[policycoreutils] Remove gnome requirement from polgengui

Daniel J Walsh dwalsh at fedoraproject.org
Thu Sep 29 14:10:02 UTC 2011


commit e5b91b64fc6f9cebb4e35ee900448c1dbae453f0
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Sep 29 10:09:48 2011 -0400

    Remove gnome requirement from polgengui

 policycoreutils-rhat.patch |   14 ++++++++++++++
 policycoreutils.spec       |    5 ++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch
index 9990662..a95268b 100644
--- a/policycoreutils-rhat.patch
+++ b/policycoreutils-rhat.patch
@@ -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
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 8df8ef6..aa63752 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -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 at redhat.com> - 2.1.6-2
+- Remove gnome requirement from polgengui
+
 * Mon Sep 19 2011 Dan Walsh <dwalsh at redhat.com> - 2.1.6-1
 -Update to upstream
     policycoreutils-2.1.6


More information about the scm-commits mailing list