diff --git a/policycoreutils.spec b/policycoreutils.spec index 06e9fbf..2e24adc 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -5,11 +5,12 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 1.30.9 -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.9-secon.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 +38,7 @@ context. %prep %setup -q %patch -p1 -b .rhat +%patch2 -p1 -b .secon %build make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all @@ -110,6 +112,9 @@ rm -rf %{buildroot} [ -x /sbin/service ] && /sbin/service restorecond condrestart %changelog +* Mon May 15 2006 James Antill 1.30.9-2 +- Add secon man page and prompt options. + * Mon May 15 2006 Dan Walsh 1.30.9-1 - Update to upstream * Fixed audit2allow and po Makefiles for DESTDIR= builds.