rpms/policycoreutils/F-7 policycoreutils-rhat.patch, 1.305, 1.306 policycoreutils.spec, 1.417, 1.418

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Fri Jun 22 13:36:59 UTC 2007


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19087

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Fri Jun 22 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-8
- Fix chcat else conditions


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils-rhat.patch,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- policycoreutils-rhat.patch	13 Jun 2007 13:15:00 -0000	1.305
+++ policycoreutils-rhat.patch	22 Jun 2007 13:36:24 -0000	1.306
@@ -114,6 +114,27 @@
  	}
  	free(scontext);
  	close(fd);
+diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/chcat policycoreutils-2.0.16/scripts/chcat
+--- nsapolicycoreutils/scripts/chcat	2007-05-04 09:14:49.000000000 -0400
++++ policycoreutils-2.0.16/scripts/chcat	2007-06-22 09:34:36.000000000 -0400
+@@ -77,7 +77,7 @@
+             
+         if len(cats) > 0:
+             new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats))
+-        else
++        else:
+             new_serange = "%s-%s" % (serange[0], top[0])
+             
+         if add_ind:
+@@ -155,7 +155,7 @@
+ 
+         if len(cats) > 0:
+             new_serange = "%s-%s:%s" % (serange[0], top[0], ",".join(cats))
+-        else
++        else:
+             new_serange = "%s-%s" % (serange[0], top[0])
+             
+         if add_ind:
 diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/genhomedircon policycoreutils-2.0.16/scripts/genhomedircon
 --- nsapolicycoreutils/scripts/genhomedircon	2007-05-04 09:14:49.000000000 -0400
 +++ policycoreutils-2.0.16/scripts/genhomedircon	2007-06-13 09:13:09.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils.spec,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- policycoreutils.spec	14 Jun 2007 14:19:36 -0000	1.417
+++ policycoreutils.spec	22 Jun 2007 13:36:24 -0000	1.418
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.16
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Fri Jun 22 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-8
+- Fix chcat else conditions
+
 * Wed Jun 13 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-7
 - Update system-config-selinux gui
 




More information about the fedora-extras-commits mailing list