rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.387, 1.388 policycoreutils.spec, 1.551, 1.552

Daniel J Walsh dwalsh at fedoraproject.org
Mon Sep 8 17:48:32 UTC 2008


Author: dwalsh

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13794

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Mon Sep 8 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-3
- Fix fixfiles to correct unlabeled_t files and remove .? files


policycoreutils-rhat.patch:

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -r1.387 -r1.388
--- policycoreutils-rhat.patch	3 Sep 2008 21:46:03 -0000	1.387
+++ policycoreutils-rhat.patch	8 Sep 2008 17:47:59 -0000	1.388
@@ -69,6 +69,24 @@
  	strings_list_print(list1);
  	strings_list_free(list);
  	strings_list_free(list1);
+diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-2.0.55/scripts/fixfiles
+--- nsapolicycoreutils/scripts/fixfiles	2008-08-28 09:34:24.000000000 -0400
++++ policycoreutils-2.0.55/scripts/fixfiles	2008-09-08 13:45:29.000000000 -0400
+@@ -141,12 +141,13 @@
+ rm -rf /tmp/gconfd-* /tmp/pulse-* /tmp/orbit-*
+ find /tmp -context "*:file_t*" -exec chcon -t tmp_t {} \;
+ find /var/tmp -context "*:file_t*" -exec chcon -t tmp_t {} \;
++find /var/tmp -context "*:unlabeled_t*" -exec chcon -t tmp_t {} \;
+ exit $?
+ }
+ 
+ fullrelabel() {
+     logit "Cleaning out /tmp"
+-    rm -rf /tmp/.??* /tmp/*
++    rm -rf /tmp/.[^.]* /tmp/*
+     LogReadOnly
+     restore
+ }
 diff --exclude-from=exclude --exclude=sepolgen-1.0.13 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.55/semanage/semanage
 --- nsapolicycoreutils/semanage/semanage	2008-08-28 09:34:24.000000000 -0400
 +++ policycoreutils-2.0.55/semanage/semanage	2008-08-29 14:34:58.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.551
retrieving revision 1.552
diff -u -r1.551 -r1.552
--- policycoreutils.spec	3 Sep 2008 21:46:04 -0000	1.551
+++ policycoreutils.spec	8 Sep 2008 17:48:01 -0000	1.552
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.55
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -192,6 +192,9 @@
 fi
 
 %changelog
+* Mon Sep 8 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-3
+- Fix fixfiles to correct unlabeled_t files and remove .? files
+
 * Wed Sep 3 2008 Dan Walsh <dwalsh at redhat.com> 2.0.55-2
 - Add glob support to restorecond so it can check every file in the homedir
 




More information about the fedora-extras-commits mailing list