rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.227, 1.228 policycoreutils.spec, 1.309, 1.310

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Sep 7 13:31:40 UTC 2006


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Thu Sep 7 2006 Dan Walsh <dwalsh at redhat.com> 1.30.28-5
- Put back Erich's change


policycoreutils-rhat.patch:
 audit2allow/audit2allow      |    2 
 audit2allow/avc.py           |    2 
 newrole/newrole.c            |    1 
 po/ca.po                     |  317 ++++++++++++----------
 po/de.po                     |  272 +++++--------------
 po/el.po                     |    6 
 po/ms.po                     |  263 +++++++++++-------
 po/sk.po                     |  596 ++++++++++++++++++++++++-------------------
 po/sv.po                     |  279 ++++++++------------
 po/zh_TW.po                  |    4 
 restorecon/restorecon.8      |    7 
 restorecon/restorecon.c      |   13 
 restorecond/restorecond.init |    6 
 scripts/chcat                |    2 
 scripts/fixfiles             |    8 
 scripts/genhomedircon        |    2 
 semanage/semanage            |    2 
 semanage/seobject.py         |    2 
 18 files changed, 908 insertions(+), 876 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- policycoreutils-rhat.patch	6 Sep 2006 15:54:53 -0000	1.227
+++ policycoreutils-rhat.patch	7 Sep 2006 13:31:34 -0000	1.228
@@ -4389,20 +4389,6 @@
  		fprintf(stderr, "lstat(%s) failed: %s\n", filename,
  			strerror(errno));
  		return 1;
-@@ -197,11 +201,8 @@
- 			return 1;
- 		}
- 		p += len;
--		/* ensure trailing slash of directory name */
--		if (len == 0 || *(p - 1) != '/') {
--			*p = '/';
--			p++;
--		}
-+		*p = '/';
-+		p++;
- 		strcpy(p, file_sep);
- 		filename = path;
- 	} else {
 @@ -322,6 +323,8 @@
  			close(pipe_fds[1]);
  		if (rc == -1 || rc > 0) {


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -r1.309 -r1.310
--- policycoreutils.spec	6 Sep 2006 15:54:54 -0000	1.309
+++ policycoreutils.spec	7 Sep 2006 13:31:37 -0000	1.310
@@ -5,7 +5,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.30.28
-Release: 4
+Release: 5
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -119,6 +119,9 @@
 [ -x /sbin/service ] && /sbin/service restorecond condrestart
 
 %changelog
+* Thu Sep 7 2006 Dan Walsh <dwalsh at redhat.com> 1.30.28-5
+- Put back Erich's change
+
 * Wed Sep 6 2006 Dan Walsh <dwalsh at redhat.com> 1.30.28-4
 - Remove recursive switch when using rpm
 




More information about the fedora-cvs-commits mailing list