Added umask 022 to scriptlets (#230781)
This commit is contained in:
parent
7a68d9f3e0
commit
217f17bab3
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: brasero
|
Name: brasero
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Gnome CD/DVD burning application
|
Summary: Gnome CD/DVD burning application
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -64,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
umask 022
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
@ -76,6 +77,7 @@ killall -HUP gconfd-2 &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
umask 022
|
||||||
update-mime-database %{_datadir}/mime &> /dev/null || :
|
update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||||
@ -110,6 +112,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 21 2007 Denis Leroy <denis@poolshark.org> - 0.5.2-2
|
||||||
- Rebuild to pick up new totem library
|
- Rebuild to pick up new totem library
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user