rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.395, 1.396 policycoreutils.spec, 1.563, 1.564

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 23 17:17:25 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20151

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Tue Oct 23 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-5
- Allow addition of local modifications of fcontext policy.


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -r1.395 -r1.396
--- policycoreutils-rhat.patch	20 Oct 2008 20:11:49 -0000	1.395
+++ policycoreutils-rhat.patch	23 Oct 2008 17:17:24 -0000	1.396
@@ -28,3 +28,15 @@
  		return -1;
  	}
  	rc |= cap_set_flag(new_caps, CAP_PERMITTED, 6, cap_list, CAP_SET);
+diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.57/semanage/seobject.py
+--- nsapolicycoreutils/semanage/seobject.py	2008-09-12 11:48:15.000000000 -0400
++++ policycoreutils-2.0.57/semanage/seobject.py	2008-10-23 11:04:33.000000000 -0400
+@@ -1430,7 +1430,7 @@
+ 		if rc < 0:
+ 			raise ValueError(_("Could not create key for %s") % target)
+ 
+-		(rc,exists) = semanage_fcontext_exists(self.sh, k)
++		(rc,exists) = semanage_fcontext_exists_local(self.sh, k)
+ 		if rc < 0:
+ 			raise ValueError(_("Could not check if file context for %s is defined") % target)
+ 		if exists:


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -r1.563 -r1.564
--- policycoreutils.spec	20 Oct 2008 20:11:50 -0000	1.563
+++ policycoreutils.spec	23 Oct 2008 17:17:24 -0000	1.564
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.57
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Tue Oct 23 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-5
+- Allow addition of local modifications of fcontext policy.
+
 * Mon Oct 20 2008 Dan Walsh <dwalsh at redhat.com> 2.0.57-4
 - Fix system-config-selinux booleanspage throwing and exception
 - Update po files




More information about the scm-commits mailing list