rpms/policycoreutils/F-7 policycoreutils-gui.patch, 1.22, 1.23 policycoreutils.spec, 1.426, 1.427

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Mon Dec 10 20:27:08 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28922

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Mon Dec 10 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-16
- Fix system-config-selinux deletion of file context


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils-gui.patch,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- policycoreutils-gui.patch	31 Oct 2007 11:12:23 -0000	1.22
+++ policycoreutils-gui.patch	10 Dec 2007 20:27:02 -0000	1.23
@@ -258,7 +258,7 @@
 +        
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.16/gui/fcontextPage.py
 --- nsapolicycoreutils/gui/fcontextPage.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.16/gui/fcontextPage.py	2007-10-31 07:06:58.000000000 -0400
++++ policycoreutils-2.0.16/gui/fcontextPage.py	2007-12-10 15:22:32.000000000 -0500
 @@ -0,0 +1,209 @@
 +## fcontextPage.py - show selinux mappings
 +## Copyright (C) 2006 Red Hat, Inc.
@@ -427,7 +427,7 @@
 +        try:
 +            fspec=store.get_value(iter, SPEC_COL)
 +            ftype=store.get_value(iter, FTYPE_COL)
-+            (rc, out) = commands.getstatusoutput("semanage fcontext -d -f '%s' %s" % (ftype, fspec))
++            (rc, out) = commands.getstatusoutput("semanage fcontext -d -f '%s' '%s'" % (ftype, fspec))
 +            
 +            if rc != 0:
 +                return self.error(out)


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils.spec,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- policycoreutils.spec	6 Nov 2007 20:09:53 -0000	1.426
+++ policycoreutils.spec	10 Dec 2007 20:27:02 -0000	1.427
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.16
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Mon Dec 10 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-16
+- Fix system-config-selinux deletion of file context
+
 * Tue Nov 6 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-15
 - Remove -v from restorecon in fixfiles
 




More information about the fedora-extras-commits mailing list