summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*