diff --git a/policycoreutils.spec b/policycoreutils.spec index 3e71741..f2a4597 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -5,11 +5,13 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.30.10 -Release: 1 +Release: 2 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz Patch: policycoreutils-rhat.patch +Patch2: policycoreutils-1.30.10-secon.patch +Patch3: policycoreutils-1.30.10-audit-mass-relabel.patch BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff @@ -37,6 +39,8 @@ context. %prep %setup -q %patch -p1 -b .rhat +%patch2 -p1 -b .secon +#patch3 -p1 -b .amr %build make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all @@ -110,6 +114,11 @@ rm -rf %{buildroot} [ -x /sbin/service ] && /sbin/service restorecond condrestart %changelog +* Wed May 24 2006 James Antill 1.30.10-2 +- secon fixes for --self-exec etc. +- secon change from level => sensitivity, add clearance. +- Add mass relabel AUDIT patch, but disable it until kernel problem solved. + * Tue May 24 2006 Dan Walsh 1.30.10-1 - Update to upstream * Merged patch with updates to audit2allow, secon, genhomedircon,