rpms/selinux-policy/devel selinux-policy.spec,1.71,1.72

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 3 18:23:19 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/selinux-policy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14253

Modified Files:
	selinux-policy.spec 
Log Message:
* Tue Jan 3 2006 Dan Walsh <dwalsh at redhat.com> 2.1.6-24
- Fix  "libsemanage.parse_module_headers: Data did not represent a module." problem



Index: selinux-policy.spec
===================================================================
RCS file: /cvs/dist/rpms/selinux-policy/devel/selinux-policy.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- selinux-policy.spec	3 Jan 2006 17:21:11 -0000	1.71
+++ selinux-policy.spec	3 Jan 2006 18:23:17 -0000	1.72
@@ -7,7 +7,7 @@
 Summary: SELinux policy configuration
 Name: selinux-policy
 Version: 2.1.6
-Release: 23
+Release: 24
 License: GPL
 Group: System Environment/Base
 Source: serefpolicy-%{version}.tgz
@@ -114,7 +114,7 @@
 
 %define rebuildpolicy() \
 semodule -b /usr/share/selinux/%1/base.pp -s %1 \
-for file in $(ls /usr/share/selinux/%1 | grep -v base.pp) \
+for file in $(ls /usr/share/selinux/%1 | grep -v -e base.pp -e enableaudit.pp ) \
 do \
 	semodule -i /usr/share/selinux/%1/$file -s %1;\
 done; \
@@ -258,6 +258,9 @@
 %endif
 
 %changelog
+* Tue Jan 3 2006 Dan Walsh <dwalsh at redhat.com> 2.1.6-24
+- Fix  "libsemanage.parse_module_headers: Data did not represent a module." problem
+
 * Tue Jan 3 2006 Dan Walsh <dwalsh at redhat.com> 2.1.6-23
 - Allow load_policy to read /etc/mtab
 




More information about the fedora-cvs-commits mailing list