aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2010-04-28 14:32:18 +0100
committerDavid Howells <dhowells@redhat.com>2010-04-28 14:32:18 +0100
commit0ad4e0b02dacff2befe2c5246e542428903a4567 (patch)
tree2bab78f2e299a43b57ddc805642284948a890505
parentf7d599ddaa50a3562c2601af469100cd02c2679f (diff)
downloadcachefilesd-0ad4e0b02dacff2befe2c5246e542428903a4567.tar.gz
SELinux: Fix the RPM Requires dependency on selinux-policy-base
Fix the RPM Requires dependency on selinux-policy-base to be >=, not =. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--redhat/cachefilesd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/cachefilesd.spec b/redhat/cachefilesd.spec
index 6ebeae0..a2179fc 100644
--- a/redhat/cachefilesd.spec
+++ b/redhat/cachefilesd.spec
@@ -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 David Howells <dhowells@redhat.com>
+- Fix the Requires line on selinux-policy-base to be >=, not =.
+
* Fri Apr 23 2010 David Howells <dhowells@redhat.com>
- The SELinux policies for cachefilesd now live in the selinux-policy RPM, so
the cachefilesd-selinux RPM is now redundant.