From 56aea29d0162889197f616ae48b6d29adbe29b35 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 19 Jul 2012 17:23:03 +0200 Subject: More packaging fixes. Guenther --- proxy/contrib/gssproxy.spec.in | 7 ++++--- 1 file 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* -- cgit