rpms/policycoreutils/F-7 policycoreutils-rhat.patch, 1.310, 1.311 policycoreutils.spec, 1.425, 1.426

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Tue Nov 6 20:09:55 UTC 2007


Author: dwalsh

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

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Tue Nov 6 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-15
- Remove -v from restorecon in fixfiles


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils-rhat.patch,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- policycoreutils-rhat.patch	31 Oct 2007 11:12:23 -0000	1.310
+++ policycoreutils-rhat.patch	6 Nov 2007 20:09:52 -0000	1.311
@@ -176,8 +176,8 @@
          if add_ind:
 diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.16/scripts/fixfiles
 --- nsapolicycoreutils/scripts/fixfiles	2007-05-04 09:14:49.000000000 -0400
-+++ policycoreutils-2.0.16/scripts/fixfiles	2007-09-18 14:21:45.000000000 -0400
-@@ -88,7 +88,7 @@
++++ policycoreutils-2.0.16/scripts/fixfiles	2007-11-06 15:03:08.000000000 -0500
+@@ -88,11 +88,11 @@
                    esac; \
                 fi; \
              done | \
@@ -186,6 +186,11 @@
  		      ! \( -fstype ext2 -o -fstype ext3 -o -fstype jfs -o -fstype xfs \) -prune  -o \
  		      \( -wholename /home -o -wholename /root -o -wholename /tmp -wholename /dev \) -prune -o -print; \
  		      done 2> /dev/null | \
+-	 ${RESTORECON} $2 -v -f - 
++	 ${RESTORECON} $2 -f - 
+ 	rm -f ${TEMPFILE} ${PREFCTEMPFILE}
+ fi
+ }
 @@ -108,6 +108,7 @@
  
  rpmlist() {


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-7/policycoreutils.spec,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- policycoreutils.spec	31 Oct 2007 11:29:42 -0000	1.425
+++ policycoreutils.spec	6 Nov 2007 20:09:53 -0000	1.426
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 2.0.16
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Tue Nov 6 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-15
+- Remove -v from restorecon in fixfiles
+
 * Tue Oct 31 2007 Dan Walsh <dwalsh at redhat.com> 2.0.16-14
 - Update to latest semanage and system-config-selinux
 




More information about the fedora-extras-commits mailing list