rpms/pspp/devel pspp.spec,1.6,1.7

Matej Cepl mcepl at fedoraproject.org
Fri Nov 28 10:36:45 UTC 2008


Author: mcepl

Update of /cvs/extras/rpms/pspp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19110

Modified Files:
	pspp.spec 
Log Message:
Fix file permissions (group sticky bits everywhere)


Index: pspp.spec
===================================================================
RCS file: /cvs/extras/rpms/pspp/devel/pspp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pspp.spec	28 Nov 2008 10:08:38 -0000	1.6
+++ pspp.spec	28 Nov 2008 10:36:15 -0000	1.7
@@ -35,6 +35,7 @@
 chmod --reference=THANKS $TMPTHANKS
 touch --reference=THANKS $TMPTHANKS
 mv $TMPTHANKS THANKS
+find . -exec chmod g-s '{}' \;
 
 %build
 %configure CFLAGS="${CFLAGS:-%optflags} -fgnu89-inline" \
@@ -91,6 +92,7 @@
 * Fri Nov 28 2008 Matěj Cepl <mcepl at redhat.com> 0.6.1-1
 - New upstream release.
 - Added home made logo.
+- Fix file permissions.
 
 * Wed Nov 12 2008 Matěj Cepl <mcepl at redhat.com> - 0.6.0-9
 - Fix in the %%preun script -- install-info wants only .info file




More information about the fedora-extras-commits mailing list