From b342ae291adc5046886864b26ce7c64c6b25d0bc Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Mar 05 2007 19:12:42 +0000 Subject: add umask 022 to scriptlets - but no tag, no build --- diff --git a/audacity.spec b/audacity.spec index dde1c7d..9ad72ee 100644 --- a/audacity.spec +++ b/audacity.spec @@ -118,11 +118,13 @@ rm -rf ${RPM_BUILD_ROOT} %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 || : @@ -139,6 +141,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Mar 5 2007 Michael Schwendt +- add umask 022 to scriptlets + * Sat Feb 24 2007 Michael Schwendt - 1.3.2-14 - patch for FLAC 1.1.4 API compatibility