SELinux: Fix the RPM Requires dependency on selinux-policy-base

This commit is contained in:
Steve Dickson 2010-04-28 13:40:38 +00:00
parent 678f06d345
commit 5146299231

View File

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