rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.136, 1.137 policycoreutils.spec, 1.203, 1.204

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Dec 24 17:03:32 UTC 2005


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv10616

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Sat Dec 24 2005 Dan Walsh <dwalsh at redhat.com> 1.29.2-8
- Fix getpwnam call


policycoreutils-rhat.patch:
 scripts/chcat              |  119 ++++++++++++++--------
 scripts/chcat.8            |    6 +
 scripts/genhomedircon      |  242 ++++++++++++++++++++++++---------------------
 scripts/selisteners        |   37 ++++++
 scripts/tests/chcat_test   |   43 +++++++
 scripts/tests/setrans.conf |   23 ++++
 semanage/semanage          |    2 
 7 files changed, 320 insertions(+), 152 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- policycoreutils-rhat.patch	24 Dec 2005 00:36:40 -0000	1.136
+++ policycoreutils-rhat.patch	24 Dec 2005 17:02:36 -0000	1.137
@@ -682,3 +682,15 @@
 +s0:c1=Marketing
 +s0:c2=Payroll
 +s0:c3=NDA_Yoyodyne
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-1.29.2/semanage/semanage
+--- nsapolicycoreutils/semanage/semanage	2005-11-29 10:55:01.000000000 -0500
++++ policycoreutils-1.29.2/semanage/semanage	2005-12-24 07:16:12.000000000 -0500
+@@ -35,7 +35,7 @@
+ 		if exists:
+ 			raise ValueError("SELinux User %s mapping already defined" % name)
+ 		try:
+-			pwd.getpwname(name)
++			pwd.getpwnam(name)
+ 		except:
+ 			raise ValueError("Linux User %s does not exist" % name)
+ 			


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -r1.203 -r1.204
--- policycoreutils.spec	24 Dec 2005 00:36:40 -0000	1.203
+++ policycoreutils.spec	24 Dec 2005 17:02:38 -0000	1.204
@@ -4,7 +4,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.29.2
-Release: 7
+Release: 8
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -96,6 +96,9 @@
 %config(noreplace) %{_sysconfdir}/sestatus.conf
 
 %changelog
+* Sat Dec 24 2005 Dan Walsh <dwalsh at redhat.com> 1.29.2-8
+- Fix getpwnam call
+
 * Fri Dec 23 2005 Dan Walsh <dwalsh at redhat.com> 1.29.2-7
 - Anaconda fixes
 




More information about the fedora-cvs-commits mailing list