From e2f354abb2737762593184dddeab32d874a87410 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Sep 2005 01:20:47 +0000 Subject: [PATCH] * Tue Sep 20 2005 Dan Walsh 1.27.1-1 - Update to match NSA * Merged error shadowing bug fix for restorecon from Dan Walsh. * Merged setfiles usage/man page update for -r option from Dan Walsh. * Merged fixfiles -C patch to ignore :s0 addition on update to a MCS/MLS policy from Dan Walsh. --- policycoreutils.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index 6e416a2..b40fd01 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,16 +3,15 @@ %define libsemanagever 1.3.1-1 Summary: SELinux policy core utilities. Name: policycoreutils -Version: 1.26 -Release: 3 +Version: 1.27.1 +Release: 1 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz -Patch: policycoreutils-rhat.patch BuildRequires: libselinux-devel >= %{libselinuxver} pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} -PreReq: /bin/mount +PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff Requires: libselinux >= %{libselinuxver} libsepol >= %{libsepolver} libsemanage BuildRoot: %{_tmppath}/%{name}-buildroot @@ -35,7 +34,6 @@ context. p %prep %setup -q -%patch -p1 -b .rhat %build make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all @@ -88,6 +86,13 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/sestatus.conf %changelog +* Tue Sep 20 2005 Dan Walsh 1.27.1-1 +- Update to match NSA + * Merged error shadowing bug fix for restorecon from Dan Walsh. + * Merged setfiles usage/man page update for -r option from Dan Walsh. + * Merged fixfiles -C patch to ignore :s0 addition on update + to a MCS/MLS policy from Dan Walsh. + * Thu Sep 15 2005 Dan Walsh 1.26-3 - Add chcat script for use with chcon.