rpms/policycoreutils/F-8 policycoreutils-gui.patch, 1.44, 1.45 policycoreutils.spec, 1.467, 1.468

Daniel J Walsh (dwalsh) fedora-extras-commits at redhat.com
Thu Oct 25 20:54:48 UTC 2007


Author: dwalsh

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

Modified Files:
	policycoreutils-gui.patch policycoreutils.spec 
Log Message:
* Fri Oct 19 2007 Dan Walsh <dwalsh at redhat.com> 2.0.31-8
- Fix template to generate correct content


policycoreutils-gui.patch:

Index: policycoreutils-gui.patch
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-8/policycoreutils-gui.patch,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- policycoreutils-gui.patch	18 Oct 2007 21:48:15 -0000	1.44
+++ policycoreutils-gui.patch	25 Oct 2007 20:54:45 -0000	1.45
@@ -11118,8 +11118,8 @@
 +"""
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.31/gui/templates/var_log.py
 --- nsapolicycoreutils/gui/templates/var_log.py	1969-12-31 19:00:00.000000000 -0500
-+++ policycoreutils-2.0.31/gui/templates/var_log.py	2007-10-18 17:46:44.000000000 -0400
-@@ -0,0 +1,112 @@
++++ policycoreutils-2.0.31/gui/templates/var_log.py	2007-10-25 16:52:06.000000000 -0400
+@@ -0,0 +1,110 @@
 +# Copyright (C) 2007 Red Hat 
 +# see file 'COPYING' for use and warranty information
 +#
@@ -11174,8 +11174,7 @@
 +	')
 +
 +	logging_search_logs($1)
-+	allow $1 TEMPLATETYPE_log_t:dir r_dir_perms;
-+	allow $1 TEMPLATETYPE_log_t:file { read getattr lock };
++        read_files_pattern($1, TEMPLATETYPE_log_t, TEMPLATETYPE_log_t)
 +')
 +
 +########################################
@@ -11195,8 +11194,7 @@
 +	')
 +
 +	logging_search_logs($1)
-+	allow $1 TEMPLATETYPE_log_t:dir r_dir_perms;
-+	allow $1 TEMPLATETYPE_log_t:file { getattr append };
++        append_files_pattern($1, TEMPLATETYPE_log_t, TEMPLATETYPE_log_t)
 +')
 +
 +########################################


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/F-8/policycoreutils.spec,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -r1.467 -r1.468
--- policycoreutils.spec	19 Oct 2007 16:35:27 -0000	1.467
+++ policycoreutils.spec	25 Oct 2007 20:54:45 -0000	1.468
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.31
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -207,6 +207,9 @@
 fi
 
 %changelog
+* Fri Oct 19 2007 Dan Walsh <dwalsh at redhat.com> 2.0.31-8
+- Fix template to generate correct content
+
 * Fri Oct 19 2007 Dan Walsh <dwalsh at redhat.com> 2.0.31-7
 - Fix consolekit link to selinux-polgengui
 




More information about the fedora-extras-commits mailing list