diff --git a/cachefilesd.spec b/cachefilesd.spec index 6ebeae0..89df1a1 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,6 +1,6 @@ Name: cachefilesd Version: 0.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: automake, autoconf Requires(post): /sbin/chkconfig, /sbin/service Requires(preun): /sbin/chkconfig, /sbin/service -Requires: selinux-policy-base = 3.7.19-5 +Requires: selinux-policy-base >= 3.7.19-5 %description The cachefilesd daemon manages the caching files and directory that are @@ -83,6 +83,9 @@ fi %{_localstatedir}/cache/fscache %changelog +* Wed Apr 28 2010 Steve Dickson +- SELinux: Fix the RPM Requires dependency on selinux-policy-base + * Fri Apr 23 2010 David Howells - The SELinux policies for cachefilesd now live in the selinux-policy RPM, so the cachefilesd-selinux RPM is now redundant.