Remove gnome requirement from polgengui
This commit is contained in:
parent
b91e98e2c2
commit
e5b91b64fc
@ -1698,6 +1698,20 @@ index ee4d077..2c0cfdd 100644
|
||||
except ValueError, error:
|
||||
errorExit(error.args[0])
|
||||
except KeyError, error:
|
||||
diff --git a/policycoreutils/semanage/semanage.8 b/policycoreutils/semanage/semanage.8
|
||||
index adcb416..c5e18d9 100644
|
||||
--- a/policycoreutils/semanage/semanage.8
|
||||
+++ b/policycoreutils/semanage/semanage.8
|
||||
@@ -163,6 +163,9 @@ SELinux Type for the object
|
||||
.I \-i, \-\-input
|
||||
Take a set of commands from a specified file and load them in a single
|
||||
transaction.
|
||||
+.TP
|
||||
+.I \-o, \-\-output
|
||||
+Output all local customizations into a file. This file than can be used with the semanage -i command to customize other machines to match the local machine.
|
||||
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
diff --git a/policycoreutils/semanage/seobject.py b/policycoreutils/semanage/seobject.py
|
||||
index 1c83682..e4b6c0d 100644
|
||||
--- a/policycoreutils/semanage/seobject.py
|
||||
|
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -352,6 +352,9 @@ fi
|
||||
/bin/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Thu Sep 29 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-2
|
||||
- Remove gnome requirement from polgengui
|
||||
|
||||
* Mon Sep 19 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.6-1
|
||||
-Update to upstream
|
||||
policycoreutils-2.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user