[policycoreutils/f19] Update Translations

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jun 21 11:58:49 UTC 2013


commit c6021285ebf8acdc68ce1d9340cb9c8f2ecfdde3
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Jun 21 07:58:25 2013 -0400

    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

 policycoreutils.spec |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 9fc267e..aaf4f14 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -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 at 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 at 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


More information about the scm-commits mailing list