rpms/audacity/devel audacity.spec,1.34,1.35

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


Author: mschwendt

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

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/devel/audacity.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- audacity.spec	24 Feb 2007 02:45:39 -0000	1.34
+++ audacity.spec	5 Mar 2007 19:12:42 -0000	1.35
@@ -118,11 +118,13 @@
 
 
 %post
+umask 022
 %{_bindir}/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 %{_bindir}/update-desktop-database /usr/share/applications > /dev/null 2>&1 || :
 
 
 %postun
+umask 022
 %{_bindir}/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 %{_bindir}/update-desktop-database /usr/share/applications > /dev/null 2>&1 || :
 
@@ -139,6 +141,9 @@
 
 
 %changelog
+* Mon Mar  5 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
+- add umask 022 to scriptlets
+
 * Sat Feb 24 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.3.2-14
 - patch for FLAC 1.1.4 API compatibility
 




More information about the fedora-extras-commits mailing list