From 217f17bab3238b088c1fed46d4bb0a6ce80db399 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: May 22 2007 09:35:03 +0000 Subject: Added umask 022 to scriptlets (#230781) --- diff --git a/brasero.spec b/brasero.spec index a541382..b11cb95 100644 --- a/brasero.spec +++ b/brasero.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %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 @@ killall -HUP gconfd-2 &>/dev/null || : %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 @@ fi %changelog +* Tue May 22 2007 Denis Leroy - 0.5.2-3 +- Added umask 022 to scriptlets (#230781) + * Mon May 21 2007 Denis Leroy - 0.5.2-2 - Rebuild to pick up new totem library