* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> 1.30.4-2

- Fix audit2allow to not require ausearch.
- Fix man page
- Add libflashplayer to restorecond.conf
This commit is contained in:
Daniel J Walsh 2006-04-05 13:11:54 +00:00
parent 2f73ae6a68
commit a7b6d1a77e
2 changed files with 53 additions and 1069 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,10 +5,11 @@
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.4
Release: 1
Release: 2
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Patch: policycoreutils-rhat.patch
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver}
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
@ -34,6 +35,7 @@ context.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -105,6 +107,11 @@ rm -rf ${RPM_BUILD_ROOT}
service restorecond condrestart
%changelog
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> 1.30.4-2
- Fix audit2allow to not require ausearch.
- Fix man page
- Add libflashplayer to restorecond.conf
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> 1.30.4-1
- Update from upstream
* Merged audit2allow fixes for refpolicy from Dan Walsh.