Update Translations

- Remove requires for systemd-sysv
- Move systemd-units require to restorecond section
- More sepolicy interfaces for gui
- Fixes for semanage -i and semanage -o
- Remove --version  flage from sandbox
This commit is contained in:
Dan Walsh 2013-06-21 07:58:25 -04:00
parent 7c656bbb66
commit c6021285eb
1 changed files with 15 additions and 5 deletions

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.1.14
Release: 46.2%{?dist}
Release: 46.3%{?dist}
License: GPLv2
Group: System Environment/Base
# Based on git repository with tag 20101221
@ -18,6 +18,7 @@ Source2: policycoreutils_man_ru2.tar.bz2
Source3: system-config-selinux.png
Patch: policycoreutils-rhat.patch
Patch1: policycoreutils-sepolgen.patch
Patch2: policycoreutils-f20.patch
Obsoletes: policycoreutils < 2.0.61-2
Conflicts: filesystem < 3
Provides: /sbin/fixfiles
@ -27,11 +28,7 @@ BuildRequires: pam-devel libcgroup-devel libsepol-static >= %{libsepolver} libse
BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel
BuildRequires: python-devel setools-devel >= 3.3.7-14
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff rpm /bin/sed
BuildRequires: systemd-units
Requires: libsepol >= %{libsepolver} coreutils libselinux-utils >= %{libselinuxver}
Requires(post): systemd-units systemd-sysv
Requires(preun): systemd-units
Requires(postun): systemd-units
%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
@ -53,6 +50,7 @@ to switch roles.
%setup -q -a 1
%patch -p2 -b .rhat
%patch1 -p2 -b .sepolgen -d sepolgen-%{sepolgenver}
%patch2 -p1 -b .f20
%build
cp %{SOURCE3} gui/
@ -285,6 +283,10 @@ fi
%package restorecond
Summary: SELinux restorecond utilities
Group: System Environment/Base
BuildRequires: systemd-units
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
%description restorecond
The policycoreutils-restorecond package contains the restorecond service.
@ -309,6 +311,14 @@ The policycoreutils-restorecond package contains the restorecond service.
%systemd_postun_with_restart restorecond.service
%changelog
* Fri Jun 21 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-46.2
- Update Translations
- Remove requires for systemd-sysv
- Move systemd-units require to restorecond section
- More sepolicy interfaces for gui
- Fixes for semanage -i and semanage -o
- Remove --version flage from sandbox
* Thu Jun 6 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-46.2
- Fix sepolicy generate --confined_admin to generate tunables
- Add new interface to generate entrypoints for use with new gui