rpms/policycoreutils/F-8 policycoreutils-rhat.patch, 1.337, 1.338 policycoreutils.spec, 1.483, 1.484

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Mon Dec 31 19:52:47 UTC 2007


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Mon Dec 31 2007 Dan Walsh <dwalsh at redhat.com> 2.0.34-5
- Fix roles output when creating a module


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-8/policycoreutils-rhat.patch,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- policycoreutils-rhat.patch	31 Dec 2007 16:26:24 -0000	1.337
+++ policycoreutils-rhat.patch	31 Dec 2007 19:52:42 -0000	1.338
@@ -1,6 +1,6 @@
 diff --exclude-from=exclude --exclude=sepolgen-1.0.10 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-2.0.34/audit2allow/audit2allow
 --- nsapolicycoreutils/audit2allow/audit2allow	2007-07-16 14:20:41.000000000 -0400
-+++ policycoreutils-2.0.34/audit2allow/audit2allow	2007-12-21 01:59:57.000000000 -0500
++++ policycoreutils-2.0.34/audit2allow/audit2allow	2007-12-31 14:22:40.000000000 -0500
 @@ -60,7 +60,9 @@
          parser.add_option("-o", "--output", dest="output",
                            help="append output to <filename>, conflicts with -M")
@@ -29,11 +29,11 @@
                  fd = sys.stdout
              writer.write(g.get_module(), fd)
  
-+        if len(self.__selinux_errs) > 0:
-+            fd.write("\n=========== ROLES ===============\n")
++            if len(self.__selinux_errs) > 0:
++                fd.write("\n=========== ROLES ===============\n")
 +
-+        for role in self.__selinux_errs:
-+            fd.write(role.output())
++            for role in self.__selinux_errs:
++                fd.write(role.output())
 +
      def main(self):
          try:


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-8/policycoreutils.spec,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -r1.483 -r1.484
--- policycoreutils.spec	31 Dec 2007 16:26:24 -0000	1.483
+++ policycoreutils.spec	31 Dec 2007 19:52:42 -0000	1.484
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.34
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -193,6 +193,9 @@
 fi
 
 %changelog
+* Mon Dec 31 2007 Dan Walsh <dwalsh at redhat.com> 2.0.34-5
+- Fix roles output when creating a module
+
 * Mon Dec 31 2007 Dan Walsh <dwalsh at redhat.com> 2.0.34-4
 - Handle files with spaces in fixfiles
 




More information about the fedora-extras-commits mailing list