rpms/libsemanage/devel libsemanage-rhat.patch, 1.32, 1.33 libsemanage.spec, 1.145, 1.146

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Tue Jan 22 19:38:20 UTC 2008


Author: dwalsh

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

Modified Files:
	libsemanage-rhat.patch libsemanage.spec 
Log Message:
* Tue Jan 22 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.15-2
- Stop differentiating on user for homedir labeling


libsemanage-rhat.patch:

Index: libsemanage-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/libsemanage/devel/libsemanage-rhat.patch,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libsemanage-rhat.patch	7 Dec 2007 01:18:18 -0000	1.32
+++ libsemanage-rhat.patch	22 Jan 2008 19:38:14 -0000	1.33
@@ -1,6 +1,25 @@
+diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libsemanage-2.0.15/src/genhomedircon.c
+--- nsalibsemanage/src/genhomedircon.c	2007-12-06 11:16:48.000000000 -0500
++++ libsemanage-2.0.15/src/genhomedircon.c	2008-01-22 14:32:10.000000000 -0500
+@@ -406,7 +406,6 @@
+ 				  const char *role_prefix)
+ {
+ 	replacement_pair_t repl[] = {
+-		{.search_for = TEMPLATE_SEUSER,.replace_with = seuser},
+ 		{.search_for = TEMPLATE_HOME_DIR,.replace_with = home},
+ 		{.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
+ 		{NULL, NULL}
+@@ -466,7 +465,6 @@
+ 	replacement_pair_t repl[] = {
+ 		{.search_for = TEMPLATE_USER,.replace_with = user},
+ 		{.search_for = TEMPLATE_ROLE,.replace_with = role_prefix},
+-		{.search_for = TEMPLATE_SEUSER,.replace_with = seuser},
+ 		{NULL, NULL}
+ 	};
+ 	Ustr *line = USTR_NULL;
 diff --exclude-from=exclude -N -u -r nsalibsemanage/src/semanage.conf libsemanage-2.0.15/src/semanage.conf
 --- nsalibsemanage/src/semanage.conf	2007-07-16 14:20:38.000000000 -0400
-+++ libsemanage-2.0.15/src/semanage.conf	2007-12-06 20:14:21.000000000 -0500
++++ libsemanage-2.0.15/src/semanage.conf	2007-12-06 20:22:18.000000000 -0500
 @@ -35,4 +35,4 @@
  # given in <sepol/policydb.h>.  Change this setting if a different
  # version is necessary.


Index: libsemanage.spec
===================================================================
RCS file: /cvs/extras/rpms/libsemanage/devel/libsemanage.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- libsemanage.spec	7 Dec 2007 01:18:18 -0000	1.145
+++ libsemanage.spec	22 Jan 2008 19:38:14 -0000	1.146
@@ -3,7 +3,7 @@
 Summary: SELinux binary policy manipulation library 
 Name: libsemanage
 Version: 2.0.15
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: System Environment/Libraries
 Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
@@ -78,6 +78,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 22 2008 Dan Walsh <dwalsh at redhat.com> - 2.0.15-2
+- Stop differentiating on user for homedir labeling
+
 * Thu Dec 6 2007 Dan Walsh <dwalsh at redhat.com> - 2.0.15-1
 - Update to upstream
 	* Fix genhomedircon handling of shells and missing user context template from Dan Walsh.




More information about the fedora-extras-commits mailing list