rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.183, 1.184 policycoreutils.spec, 1.260, 1.261

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 18 20:53:57 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/policycoreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8503

Modified Files:
	policycoreutils-rhat.patch policycoreutils.spec 
Log Message:
* Mon Apr 18 2006 Dan Walsh <dwalsh at redhat.com> 1.30.6-2
- Ship avc.py


policycoreutils-rhat.patch:
 audit2allow/Makefile         |    4 
 audit2allow/audit2allow      |  472 ++-------------------------------------
 audit2allow/audit2allow.1    |    5 
 audit2allow/avc.py           |  518 +++++++++++++++++++++++++++++++++++++++++++
 restorecond/restorecond.conf |    2 
 semanage/semanage            |    2 
 semanage/seobject.py         |   14 -
 setsebool/setsebool.8        |    2 
 8 files changed, 576 insertions(+), 443 deletions(-)

Index: policycoreutils-rhat.patch
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- policycoreutils-rhat.patch	14 Apr 2006 19:47:04 -0000	1.183
+++ policycoreutils-rhat.patch	18 Apr 2006 20:53:54 -0000	1.184
@@ -1076,6 +1076,27 @@
 +				rec += self.seRules[i].out(self.verbose)+"\n"
 +		return rec
 +
+diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/Makefile policycoreutils-1.30.6/audit2allow/Makefile
+--- nsapolicycoreutils/audit2allow/Makefile	2005-01-21 09:01:35.000000000 -0500
++++ policycoreutils-1.30.6/audit2allow/Makefile	2006-04-18 16:51:11.000000000 -0400
+@@ -3,6 +3,8 @@
+ BINDIR ?= $(PREFIX)/bin
+ MANDIR ?= $(PREFIX)/share/man
+ LOCALEDIR ?= /usr/share/locale
++PYLIBVER ?= python2.4
++PYTHONLIBDIR ?= $(LIBDIR)/$(PYLIBVER)
+ 
+ TARGETS=audit2allow
+ 
+@@ -13,6 +15,8 @@
+ 	install -m 755 $(TARGETS) $(BINDIR)
+ 	-mkdir -p $(MANDIR)/man1
+ 	install -m 644 audit2allow.1 $(MANDIR)/man1/
++	test -d $(PYTHONLIBDIR)/site-packages || install -m 755 -d $(PYTHONLIBDIR)/site-packages
++	install -m 755 avc.py $(PYTHONLIBDIR)/site-packages
+ 
+ clean:
+ 
 diff --exclude-from=exclude -N -u -r nsapolicycoreutils/restorecond/restorecond.conf policycoreutils-1.30.6/restorecond/restorecond.conf
 --- nsapolicycoreutils/restorecond/restorecond.conf	2006-03-29 11:08:21.000000000 -0500
 +++ policycoreutils-1.30.6/restorecond/restorecond.conf	2006-04-14 13:50:16.000000000 -0400


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- policycoreutils.spec	14 Apr 2006 19:47:04 -0000	1.260
+++ policycoreutils.spec	18 Apr 2006 20:53:54 -0000	1.261
@@ -5,7 +5,7 @@
 Summary: SELinux policy core utilities.
 Name: policycoreutils
 Version: 1.30.6
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -101,6 +101,7 @@
 %config %{_sysconfdir}/pam.d/run_init
 %config(noreplace) %{_sysconfdir}/sestatus.conf
 %{_libdir}/python2.4/site-packages/seobject.py*
+%{_libdir}/python2.4/site-packages/avc.py*
 %attr(755,root,root) /etc/rc.d/init.d/restorecond
 %config(noreplace) /etc/selinux/restorecond.conf
 
@@ -108,6 +109,9 @@
 /sbin/service restorecond condrestart
 
 %changelog
+* Mon Apr 18 2006 Dan Walsh <dwalsh at redhat.com> 1.30.6-2
+- Ship avc.py
+
 * Fri Apr 14 2006 Dan Walsh <dwalsh at redhat.com> 1.30.6-1
 - Add /etc/samba/secrets.tdb to restorecond.conf
 - Update from upstream




More information about the fedora-cvs-commits mailing list