Add yum to requires of policycoreutils-python since sepolicy requires it.
This commit is contained in:
parent
d421fd0097
commit
3f69c2f15b
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.14
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -111,7 +111,7 @@ Requires: libsemanage-python >= %{libsemanagever} libselinux-python libcgroup
|
||||
Requires: audit-libs-python >= %{libauditver}
|
||||
Requires(pre): python >= 2.6
|
||||
Obsoletes: policycoreutils < 2.0.61-2
|
||||
Requires: python-IPy
|
||||
Requires: python-IPy yum
|
||||
|
||||
%description python
|
||||
The policycoreutils-python package contains the management tools use to manage an SELinux environment.
|
||||
@ -324,6 +324,9 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-9
|
||||
- Add yum to requires of policycoreutils-python since sepolicy requires it.
|
||||
|
||||
* Thu Feb 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-8
|
||||
- Sepolixy should not throw an exception on an SELinux disabled machine
|
||||
- Switch from using console app to using pkexec, so we will work better
|
||||
|
Loading…
Reference in New Issue
Block a user