summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-07-19 17:23:03 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-07-19 17:23:03 +0200
commit56aea29d0162889197f616ae48b6d29adbe29b35 (patch)
tree86da068484fdbb5002da1a07a78a72599365eefc
parentbb4dcd488bb626011248d4f6dd03c2cd346f5788 (diff)
downloadgss-proxy-packaging.tar.gz
gss-proxy-packaging.tar.xz
gss-proxy-packaging.zip
More packaging fixes.packaging
Guenther
-rw-r--r--proxy/contrib/gssproxy.spec.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/proxy/contrib/gssproxy.spec.in b/proxy/contrib/gssproxy.spec.in
index d334d5d..88cf5fa 100644
--- a/proxy/contrib/gssproxy.spec.in
+++ b/proxy/contrib/gssproxy.spec.in
@@ -36,7 +36,7 @@ BuildRequires: systemd-units
%description
-A proxy for GSSAPI credential handling
+A proxy for GSSAPI credential handling.
%prep
%setup -q
@@ -71,6 +71,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
+%doc COPYING
%doc README NOTES
%doc proxy/examples/gssproxy-example.conf
%{_unitdir}/gssproxy.service
@@ -79,8 +80,8 @@ rm -rf %{buildroot}
%attr(755,root,root) %dir %{pipepath}
%attr(755,root,root) %dir %{pubconfpath}
%attr(750,root,root) %dir %{_var}/log/%{name}
-%attr(711,root,root) %dir /%{_sysconfdir}/gssproxy
-%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
+%attr(711,root,root) %dir %{_sysconfdir}/gssproxy
+%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/gssproxy/gssproxy.conf
%{_mandir}/man5/gssproxy.conf.5*
%{_mandir}/man8/gssproxy.8*