Remove requires for systemd-sysv

- Move systemd-units require to restorecond section
- Update Tranlasions
- More sepolicy interfaces for gui
This commit is contained in:
Dan Walsh 2013-06-21 07:43:24 -04:00
parent a904d22fb4
commit 5f68ab8fd2

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities Summary: SELinux policy core utilities
Name: policycoreutils Name: policycoreutils
Version: 2.1.14 Version: 2.1.14
Release: 56%{?dist} Release: 57%{?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
@ -27,11 +27,7 @@ BuildRequires: pam-devel libcgroup-devel libsepol-static >= %{libsepolver} libse
BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel
BuildRequires: python-devel setools-devel >= 3.3.7-14 BuildRequires: python-devel setools-devel >= 3.3.7-14
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
Requires: libsepol >= %{libsepolver} coreutils libselinux-utils >= %{libselinuxver} Requires: libsepol >= %{libsepolver} coreutils libselinux-utils >= %{libselinuxver}
Requires(post): systemd-units systemd-sysv
Requires(preun): systemd-units
Requires(postun): systemd-units
%description %description
Security-enhanced Linux is a feature of the Linux® kernel and a number Security-enhanced Linux is a feature of the Linux® kernel and a number
@ -285,6 +281,10 @@ fi
%package restorecond %package restorecond
Summary: SELinux restorecond utilities Summary: SELinux restorecond utilities
Group: System Environment/Base Group: System Environment/Base
BuildRequires: systemd-units
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
%description restorecond %description restorecond
The policycoreutils-restorecond package contains the restorecond service. The policycoreutils-restorecond package contains the restorecond service.
@ -309,6 +309,12 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service %systemd_postun_with_restart restorecond.service
%changelog %changelog
* Fri Jun 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-57
- Remove requires for systemd-sysv
- Move systemd-units require to restorecond section
- Update Tranlasions
- More sepolicy interfaces for gui
* Wed Jun 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-56 * Wed Jun 19 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-56
- Fix semanage export/import commands - Fix semanage export/import commands
- Fix semange module command - Fix semange module command