rpms/policycoreutils/devel policycoreutils-rhat.patch,1.380,1.381

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Tue Aug 5 14:33:01 UTC 2008


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch 
Log Message:
Fix up patch

policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.380
retrieving revision 1.381
diff -u -r1.380 -r1.381
--- policycoreutils-rhat.patch	5 Aug 2008 14:18:33 -0000	1.380
+++ policycoreutils-rhat.patch	5 Aug 2008 14:32:31 -0000	1.381
@@ -52,31 +52,3 @@
  		valid_option["translation"] = []
  		valid_option["translation"] += valid_everyone + [ '-T', '--trans' ] 
  		valid_option["boolean"] = []
-@@ -136,15 +136,15 @@
- 		roles = ""
- 		seuser = ""
- 		prefix = "user"
--		heading = True
--		value = None
-+		heading=1
-+                value = None
- 		add = False
- 		modify = False
- 		delete = False
- 		deleteall = False
- 		list = False
- 		locallist = False
--		use_file = False
-+                use_file = False
-                 store = ""
- 		if len(sys.argv) < 3:
- 			usage(_("Requires 2 or more arguments"))
-@@ -208,7 +208,7 @@
- 				usage()
- 
- 			if o == "-n" or o == "--noheading":
--				heading = False
-+				heading=0
- 
- 			if o == "-C" or o == "--locallist":
- 				locallist = True




More information about the fedora-extras-commits mailing list