rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.305, 1.306 policycoreutils.spec, 1.415, 1.416

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Mon Jun 4 21:47:09 UTC 2007


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Mon Jun 4 2007 Dan Walsh <dwalsh at redhat.com> 2.0.19-4
- Fix setfiles -c to make it work


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- policycoreutils-rhat.patch	1 Jun 2007 14:33:57 -0000	1.305
+++ policycoreutils-rhat.patch	4 Jun 2007 21:46:14 -0000	1.306
@@ -104,3 +104,15 @@
  
  		return ddict
  			
+diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/setfiles/setfiles.c policycoreutils-2.0.19/setfiles/setfiles.c
+--- nsapolicycoreutils/setfiles/setfiles.c	2007-05-18 09:58:33.000000000 -0400
++++ policycoreutils-2.0.19/setfiles/setfiles.c	2007-06-04 17:42:44.000000000 -0400
+@@ -858,8 +858,6 @@
+ 		if (strcmp(input_filename, "-") != 0)
+ 			fclose(f);
+ 	} else {
+-		if (optind >= argc)
+-			usage(argv[0]);
+ 		for (i = optind; i < argc; i++) {
+ 			errors |= process_one(argv[i]);
+ 		}


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -r1.415 -r1.416
--- policycoreutils.spec	4 Jun 2007 14:58:23 -0000	1.415
+++ policycoreutils.spec	4 Jun 2007 21:46:14 -0000	1.416
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.19
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Mon Jun 4 2007 Dan Walsh <dwalsh at redhat.com> 2.0.19-4
+- Fix setfiles -c to make it work
+
 * Mon Jun 4 2007 Dan Walsh <dwalsh at redhat.com> 2.0.19-3
 - Fix french translation to not crash system-config-selinux
 




More information about the fedora-extras-commits mailing list