[gssproxy] More specfile fixes, partly from Andreas Schneider <asn at redhat.com>.

Guenther Deschner gd at fedoraproject.org
Wed Jul 18 11:10:42 UTC 2012


commit 3904a0897898bdd13b64d326f32f902b7644550f
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Wed Jul 18 13:07:54 2012 +0200

    More specfile fixes, partly from Andreas Schneider <asn at redhat.com>.
    
    Guenther

 gssproxy.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/gssproxy.spec b/gssproxy.spec
index a57c68e..a6c1684 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,6 +1,6 @@
 Name:		gssproxy
 Version:	0.0.2
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	GSSAPI Proxy
 
 Group:		System Environment/Libraries
@@ -37,7 +37,7 @@ BuildRequires: systemd-units
 
 
 %description
-A proxy for GSSAPI credential handling
+A proxy for GSSAPI credential handling.
 
 %prep
 %setup -q
@@ -69,13 +69,13 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc COPYING
 %{_unitdir}/gssproxy.service
 %{_sbindir}/gssproxy
 %dir %{gsspstatedir}
 %attr(755,root,root) %dir %{pipepath}
-%attr(755,root,root) %dir %{pubconfpath}
-%attr(700,root,root) %dir /%{_sysconfdir}/gssproxy
-%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf
+%attr(0755,root,root) %dir %{pubconfpath}
+%attr(0600,root,root) %config(noreplace) %{pubconfpath}/gssproxy.conf
 %{_mandir}/man5/gssproxy.conf.5*
 %{_mandir}/man8/gssproxy.8*
 
@@ -100,6 +100,9 @@ if [ $1 -ge 1 ] ; then
 fi
 
 %changelog
+* Wed Jul 18 2012 Guenther Deschner <gdeschner at redhat.com> 0.0.2-5
+- More spec file fixes
+
 * Mon Jul 16 2012 Guenther Deschner <gdeschner at redhat.com> 0.0.2-4
 - Fix systemd service file
 


More information about the scm-commits mailing list