diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index 44e8c6e..e64fbc1 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -52,31 +52,3 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po 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