[policycoreutils] Update to upstream 2.1.4 2011-08-17 * run_init: clarification of the usage in the * semanage: fix

Daniel J Walsh dwalsh at fedoraproject.org
Mon Aug 22 17:36:11 UTC 2011


commit dafba41234911aaac8c29a27fd8698ae27a591f4
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Aug 22 13:35:58 2011 -0400

    Update to upstream
    2.1.4 2011-08-17
    	* run_init: clarification of the usage in the
    	* semanage: fix usage header around booleans
    	* semanage: remove useless empty lines
    	* semanage: update man page with new examples
    	* semanage: update usage text
    	* semanage: introduce file context equivalencies
    	* semanage: enable and disable modules
    	* semanage: output all local modifications
    	* semanage: introduce extraction of local configuration
    	* semanage: cleanup error on invalid operation
    	* semanage: handle being called with no arguments
    	* semanage: return sooner to save CPU time
    	* semanage: surround getopt with try/except
    	* semanage: use define/raise instead of lots of
    	* semanage: some options are only valid for
    	* semanage: introduce better deleteall support
    	* semanage: do not allow spaces in file
    	* semanage: distinguish between builtin and local permissive
    	* semanage: centralized ip node handling
    	* setfiles: make the restore function exclude() non-static
    	* setfiles: use glob to handle ~ and
    	* fixfiles: do not hard code types
    	* fixfiles: stop trying to be smart about
    	* fixfiles: use new kernel seclabel option
    	* fixfiles: pipe everything to cat before sending
    	* fixfiles: introduce /etc/selinux/fixfiles_exclude_dirs
    	* semodule: support for alternative root paths

 policycoreutils.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 1d33fc4..c275768 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -90,6 +90,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/security/console.apps
 cp COPYING %{buildroot}/%{_usr}/share/doc/%{name}-%{version}/
 
 make LSPP_PRIV=y  DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
+make -C gui LSPP_PRIV=y DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" install
 # Systemd 
 mkdir -p %{buildroot}%{_unitdir}
 install -m644 %{SOURCE10} %{buildroot}%{_unitdir}
@@ -271,6 +272,7 @@ rm -rf %{buildroot}
 %{_bindir}/semodule_expand
 %{_bindir}/semodule_link
 %{_bindir}/semodule_package
+%{_bindir}/semodule_unpackage
 %{_sysconfdir}/rc.d/init.d/sandbox
 %config(noreplace) %{_sysconfdir}/sysconfig/sandbox
 %config(noreplace) %{_sysconfdir}/pam.d/run_init
@@ -295,6 +297,7 @@ rm -rf %{buildroot}
 %{_mandir}/man8/semodule_link.8*
 %{_mandir}/ru/man8/semodule_link.8*
 %{_mandir}/man8/semodule_package.8*
+%{_mandir}/man8/semodule_unpackage.8*
 %{_mandir}/ru/man8/semodule_package.8*
 %{_mandir}/man8/sestatus.8*
 %{_mandir}/ru/man8/sestatus.8*


More information about the scm-commits mailing list