rpms/audacity/FC-6 audacity.spec,1.27,1.28

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


Author: mschwendt

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

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-6/audacity.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- audacity.spec	24 Feb 2007 13:48:35 -0000	1.27
+++ audacity.spec	5 Mar 2007 19:12:39 -0000	1.28
@@ -113,11 +113,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 || :
 
@@ -134,6 +136,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-8
 - patch ExportMP3.cpp (MPEG-2 Layer III bitrates resulted in
   broken/empty files)




More information about the fedora-extras-commits mailing list