rpms/policycoreutils/F-11 policycoreutils-rhat.patch, 1.419, 1.420 policycoreutils.spec, 1.608, 1.609

Daniel J Walsh dwalsh at fedoraproject.org
Thu May 14 13:05:30 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4258

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Tue May 12 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.5
- More portspage fixes


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils-rhat.patch,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -p -r1.419 -r1.420
--- policycoreutils-rhat.patch	5 May 2009 18:49:56 -0000	1.419
+++ policycoreutils-rhat.patch	14 May 2009 13:04:57 -0000	1.420
@@ -1244,3 +1244,15 @@ diff -up policycoreutils-2.0.62/setfiles
                 printf("\n");
  	exit(errors);
  }
+diff -up policycoreutils-2.0.62/semanage/seobject.py~ policycoreutils-2.0.62/semanage/seobject.py
+--- policycoreutils-2.0.62/semanage/seobject.py~	2009-05-14 09:02:13.000000000 -0400
++++ policycoreutils-2.0.62/semanage/seobject.py	2009-05-14 09:03:05.000000000 -0400
+@@ -1027,7 +1027,7 @@ class portRecords(semanageRecords):
+ 			proto_str = semanage_port_get_proto_str(proto)
+ 			low = semanage_port_get_low(port)
+ 			high = semanage_port_get_high(port)
+-			ddict[(low, high)] = (ctype, proto_str, level)
++			ddict[(low, high, proto_str)] = (ctype, level)
+ 		return ddict
+ 
+ 	def get_all_by_type(self, locallist = 0):


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-11/policycoreutils.spec,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -p -r1.608 -r1.609
--- policycoreutils.spec	12 May 2009 17:56:17 -0000	1.608
+++ policycoreutils.spec	14 May 2009 13:04:59 -0000	1.609
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.62
-Release: 12.4%{?dist}
+Release: 12.5%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -221,6 +221,9 @@ else
 fi
 
 %changelog
+* Tue May 12 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.5
+- More portspage fixes
+
 * Tue May 12 2009 Dan Walsh <dwalsh at redhat.com> 2.0.62-12.4
 - Fix portspage and generation of init_script_file in templates
 




More information about the scm-commits mailing list