rpms/audacity/FC-5 audacity.spec,1.18,1.19

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Mar 5 19:13:09 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/audacity/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv791/FC-5

Modified Files:
	audacity.spec 
Log Message:
add umask 022 to scriptlets - but no tag, no build


Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/FC-5/audacity.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- audacity.spec	11 Nov 2006 13:04:25 -0000	1.18
+++ audacity.spec	5 Mar 2007 19:12:36 -0000	1.19
@@ -108,9 +108,11 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %post
+umask 022
 /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 || :
 
 %postun
+umask 022
 /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1 || :
 
 %files -f %{name}.lang
@@ -123,6 +125,9 @@
 %doc %{_datadir}/doc/*
 
 %changelog
+* Mon Mar  5 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
+- add umask 022 to scriptlets
+
 * Sat Nov 11 2006 Gerard Milmeister <gemi at bluewin.ch> - 1.2.5-3
 - correct mime types in .desktop file
 - msse flag only on intel




More information about the fedora-extras-commits mailing list