SELinux: Fix the RPM Requires dependency on selinux-policy-base
This commit is contained in:
parent
678f06d345
commit
5146299231
@ -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 <steved@redhat.com>
|
||||
- SELinux: Fix the RPM Requires dependency on selinux-policy-base
|
||||
|
||||
* 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.
|
||||
|
Loading…
Reference in New Issue
Block a user