Eliminate not needed Requires
This commit is contained in:
parent
685c820b6d
commit
68264eb77e
@ -7,7 +7,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.1.10
|
Version: 2.1.10
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
# Based on git repository with tag 20101221
|
# Based on git repository with tag 20101221
|
||||||
@ -38,9 +38,9 @@ BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed
|
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Requires: libsepol >= %{libsepolver} coreutils checkpolicy libselinux-utils >= %{libselinuxver}
|
Requires: libsepol >= %{libsepolver} coreutils libselinux-utils >= %{libselinuxver}
|
||||||
Requires(post): systemd-units systemd-sysv chkconfig
|
Requires(post): systemd-units systemd-sysv
|
||||||
Requires(preun): systemd-units /sbin/service
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -135,7 +135,7 @@ Requires: /usr/bin/make
|
|||||||
Requires(pre): python >= 2.6
|
Requires(pre): python >= 2.6
|
||||||
Obsoletes: policycoreutils < 2.0.61-2
|
Obsoletes: policycoreutils < 2.0.61-2
|
||||||
Requires: setools-libs-python >= 3.3.7-14
|
Requires: setools-libs-python >= 3.3.7-14
|
||||||
Requires: python-IPy
|
Requires: python-IPy checkpolicy
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
The policycoreutils-python package contains the management tools use to manage an SELinux environment.
|
The policycoreutils-python package contains the management tools use to manage an SELinux environment.
|
||||||
@ -355,18 +355,18 @@ fi
|
|||||||
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-10
|
||||||
|
- Eliminate not needed Requires
|
||||||
|
|
||||||
* Wed Jan 18 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-9
|
* Wed Jan 18 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-9
|
||||||
- fix sepolgen to not crash on echo "" | audit2allow
|
- fix sepolgen to not crash on echo "" | audit2allow
|
||||||
-
|
|
||||||
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-8
|
* Mon Jan 16 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-8
|
||||||
- Remove sandbox init script, should no longer be necessary
|
- Remove sandbox init script, should no longer be necessary
|
||||||
|
|
||||||
* Sun Jan 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-7
|
* Sun Jan 15 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-7
|
||||||
- Add unit file support to sepolgen, and cleanup some of the output.
|
- Add unit file support to sepolgen, and cleanup some of the output.
|
||||||
|
|
||||||
* Fri Jan 13 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-6
|
|
||||||
- Make /usr/sbin/restorecon a symbolic link to /sbin/restorecon
|
|
||||||
|
|
||||||
* Mon Jan 9 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
|
* Mon Jan 9 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.10-5
|
||||||
- Fix English in templates for sepolgen
|
- Fix English in templates for sepolgen
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user