diff --git a/pm-utils.spec b/pm-utils.spec index 7a3b8ad..a064378 100644 --- a/pm-utils.spec +++ b/pm-utils.spec @@ -2,7 +2,7 @@ Name: pm-utils Summary: Power management utilities and scripts for Fedora License: GPLv2 Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Base URL: http://pm-utils.freedesktop.org Requires: usermode kbd pciutils >= 2.2.1 @@ -109,7 +109,7 @@ fi touch -a %{_localstatedir}/log/pm-suspend.log if [ -f %{_localstatedir}/log/pm-suspend.log ] ; then chmod 0600 %{_localstatedir}/log/pm-suspend.log - [ -x /sbin/restorecon ] && restorecon %{_localstatedir}/log/pm-suspend.log > /dev/null 2>&1 + [ -x /sbin/restorecon ] && restorecon %{_localstatedir}/log/pm-suspend.log > /dev/null 2>&1 ||: fi @@ -156,6 +156,9 @@ fi %{_libdir}/pkgconfig/pm-utils.pc %changelog +* Tue Apr 15 2008 Jesse Keating - 1.1.0-6 +- Don't error on post restorecon call (which can fail if selinux is disabled) + * Mon Apr 14 2008 Till Maas - 1.1.0-5 - remove double %%dir %%{_libdir}/pm-utils - update pm-utils-99hd-apm-restore to work with current pm-utils release