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

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue May 22 09:35:37 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/brasero/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2020

Modified Files:
	brasero.spec 
Log Message:
Added umask 022 to scriptlets (#230781)


Index: brasero.spec
===================================================================
RCS file: /cvs/pkgs/rpms/brasero/devel/brasero.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- brasero.spec	21 May 2007 11:28:36 -0000	1.6
+++ brasero.spec	22 May 2007 09:35:03 -0000	1.7
@@ -1,7 +1,7 @@
 
 Name:      brasero
 Version:   0.5.2
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Gnome CD/DVD burning application
 Group:     Applications/Multimedia
 License:   GPL
@@ -64,6 +64,7 @@
 
 
 %post
+umask 022
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -76,6 +77,7 @@
 
 
 %postun
+umask 022
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
@@ -110,6 +112,9 @@
 
 
 %changelog
+* Tue May 22 2007 Denis Leroy <denis at poolshark.org> - 0.5.2-3
+- Added umask 022 to scriptlets (#230781)
+
 * Mon May 21 2007 Denis Leroy <denis at poolshark.org> - 0.5.2-2
 - Rebuild to pick up new totem library
 




More information about the fedora-extras-commits mailing list