Added umask 022 to scriptlets (#230781)
This commit is contained in:
parent
7a68d9f3e0
commit
217f17bab3
@ -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 <denis@poolshark.org> - 0.5.2-3
|
||||
- Added umask 022 to scriptlets (#230781)
|
||||
|
||||
* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
|
||||
- Rebuild to pick up new totem library
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user