rpms/policycoreutils/devel .cvsignore, 1.151, 1.152 policycoreutils-rhat.patch, 1.302, 1.303 policycoreutils.spec, 1.410, 1.411 sources, 1.156, 1.157

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri May 4 17:30:36 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16537

Modified Files:
	.cvsignore policycoreutils-rhat.patch policycoreutils.spec 
	sources 
Log Message:
* Tue May 4 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-1
- Updated version of policycoreutils
	* Merged support for modifying the prefix via semanage from Dan Walsh.
- Fixed genhomedircon to find homedirs correctly.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/.cvsignore,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- .cvsignore	1 May 2007 13:44:29 -0000	1.151
+++ .cvsignore	4 May 2007 17:30:00 -0000	1.152
@@ -149,3 +149,4 @@
 policycoreutils-2.0.13.tgz
 policycoreutils-2.0.14.tgz
 policycoreutils-2.0.15.tgz
+policycoreutils-2.0.16.tgz

policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -r1.302 -r1.303
--- policycoreutils-rhat.patch	1 May 2007 13:44:29 -0000	1.302
+++ policycoreutils-rhat.patch	4 May 2007 17:30:00 -0000	1.303
@@ -114,18 +114,18 @@
  	}
  	free(scontext);
  	close(fd);
-diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.14/semanage/semanage
---- nsapolicycoreutils/semanage/semanage	2007-01-16 15:08:21.000000000 -0500
-+++ policycoreutils-2.0.14/semanage/semanage	2007-05-01 09:31:57.000000000 -0400
-@@ -279,7 +279,7 @@
- 
- 			if object == "user":
- 				rlist = roles.split()
--				OBJECT.modify(target, rlist, selevel, serange)
-+				OBJECT.modify(target, rlist, selevel, serange, prefix)
- 
- 			if object == "port":
- 				OBJECT.modify(target, proto, serange, setype)
+diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/genhomedircon policycoreutils-2.0.14/scripts/genhomedircon
+--- nsapolicycoreutils/scripts/genhomedircon	2007-04-25 11:08:44.000000000 -0400
++++ policycoreutils-2.0.14/scripts/genhomedircon	2007-05-04 09:14:57.000000000 -0400
+@@ -302,7 +302,7 @@
+ 			    
+ 			    regex = re.sub("\(\/\.\*\)\?", "", regex)
+ 			    regex = regex + "/*$"
+-			    if re.search(home, regex, 0):
++			    if re.search(regex,home, 0):
+ 				    return 1
+ 		    except:
+ 			    continue
 diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.14/semanage/seobject.py
 --- nsapolicycoreutils/semanage/seobject.py	2007-04-12 12:43:06.000000000 -0400
 +++ policycoreutils-2.0.14/semanage/seobject.py	2007-04-30 08:57:42.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- policycoreutils.spec	1 May 2007 13:44:29 -0000	1.410
+++ policycoreutils.spec	4 May 2007 17:30:00 -0000	1.411
@@ -5,7 +5,7 @@
 %define sepolgenver 1.0.8
 Summary: SELinux policy core utilities.
 Name: policycoreutils
-Version: 2.0.15
+Version: 2.0.16
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Base
@@ -192,6 +192,11 @@
 fi
 
 %changelog
+* Tue May 4 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-1
+- Updated version of policycoreutils
+	* Merged support for modifying the prefix via semanage from Dan Walsh.
+- Fixed genhomedircon to find homedirs correctly.
+
 * Tue May 1 2007 Dan Walsh <dwalsh at redhat.com> 2.0.15-1
 - Updated version of policycoreutils
 	* Merged po file updates from Dan Walsh.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/sources,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- sources	1 May 2007 13:44:29 -0000	1.156
+++ sources	4 May 2007 17:30:00 -0000	1.157
@@ -1,2 +1,2 @@
 4d6e57c7fc396efbcf96b7accab4ba30  sepolgen-1.0.8.tgz
-98f81c2aa453561e101c1c9a04d1565b  policycoreutils-2.0.15.tgz
+19c4fbfa60756282d78012fd8695c821  policycoreutils-2.0.16.tgz




More information about the fedora-extras-commits mailing list