* Mon Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-2
- Ship avc.py
This commit is contained in:
		
							parent
							
								
									e94e3a00f6
								
							
						
					
					
						commit
						997b60dcc1
					
				| @ -1076,6 +1076,27 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2allow/avc.py polic | |||||||
| +				rec += self.seRules[i].out(self.verbose)+"\n"
 | +				rec += self.seRules[i].out(self.verbose)+"\n"
 | ||||||
| +		return rec
 | +		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
 | 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
 | --- 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
 | +++ policycoreutils-1.30.6/restorecond/restorecond.conf	2006-04-14 13:50:16.000000000 -0400
 | ||||||
|  | |||||||
| @ -5,7 +5,7 @@ | |||||||
| Summary: SELinux policy core utilities. | Summary: SELinux policy core utilities. | ||||||
| Name: policycoreutils | Name: policycoreutils | ||||||
| Version: 1.30.6 | Version: 1.30.6 | ||||||
| Release: 1 | Release: 2 | ||||||
| License: GPL | License: GPL | ||||||
| Group: System Environment/Base | Group: System Environment/Base | ||||||
| Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz | Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz | ||||||
| @ -101,6 +101,7 @@ rm -rf ${RPM_BUILD_ROOT} | |||||||
| %config %{_sysconfdir}/pam.d/run_init | %config %{_sysconfdir}/pam.d/run_init | ||||||
| %config(noreplace) %{_sysconfdir}/sestatus.conf | %config(noreplace) %{_sysconfdir}/sestatus.conf | ||||||
| %{_libdir}/python2.4/site-packages/seobject.py* | %{_libdir}/python2.4/site-packages/seobject.py* | ||||||
|  | %{_libdir}/python2.4/site-packages/avc.py* | ||||||
| %attr(755,root,root) /etc/rc.d/init.d/restorecond | %attr(755,root,root) /etc/rc.d/init.d/restorecond | ||||||
| %config(noreplace) /etc/selinux/restorecond.conf | %config(noreplace) /etc/selinux/restorecond.conf | ||||||
| 
 | 
 | ||||||
| @ -108,6 +109,9 @@ rm -rf ${RPM_BUILD_ROOT} | |||||||
| /sbin/service restorecond condrestart | /sbin/service restorecond condrestart | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Mon Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-2 | ||||||
|  | - Ship avc.py | ||||||
|  | 
 | ||||||
| * Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-1 | * Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 1.30.6-1 | ||||||
| - Add /etc/samba/secrets.tdb to restorecond.conf | - Add /etc/samba/secrets.tdb to restorecond.conf | ||||||
| - Update from upstream | - Update from upstream | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user