diff --git a/.cvsignore b/.cvsignore index 936770c..5ebc573 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -policycoreutils-1.15.5.tgz +policycoreutils-1.15.7.tgz diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch deleted file mode 100644 index 93ae086..0000000 --- a/policycoreutils-rhat.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- policycoreutils-1.15.4/scripts/genhomedircon.rhat 2004-08-08 10:33:41.000000000 -0400 -+++ policycoreutils-1.15.4/scripts/genhomedircon 2004-08-08 10:35:44.190013684 -0400 -@@ -137,6 +137,6 @@ - for u in users.keys(): - update(sys.argv[2], u, users[u]) - except ValueError, error: -- errorExit(strin.join("ValueError ", error)) -+ errorExit(string.join("ValueError ", error)) - except IndexError, error: - errorExit("IndexError") diff --git a/policycoreutils.spec b/policycoreutils.spec index 85a67dc..195c5b7 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -1,11 +1,10 @@ Summary: SELinux policy core utilities. Name: policycoreutils -Version: 1.15.5 +Version: 1.15.7 Release: 1 License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz -Patch: policycoreutils-rhat.patch Prefix: %{_prefix} BuildRequires: libselinux-devel >= 1.15.3 pam-devel libsepol-devel Requires: libselinux >= 1.15.3 libsepol @@ -31,7 +30,6 @@ context. %prep %setup -q -%patch -p1 -b .rhat %build make all @@ -62,6 +60,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/sestatus.8.gz %{_mandir}/man8/setfiles.8.gz %{_mandir}/man8/fixfiles.8.gz +%{_mandir}/man8/load_policy.8.gz %{_sbindir}/load_policy %{_bindir}/newrole %{_bindir}/audit2allow @@ -75,6 +74,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Aug 16 2004 Dan Walsh 1.15.7-1 +- Update to latest from upstream + +* Thu Aug 12 2004 Dan Walsh 1.15.6-1 +- Add Man page for load_policy + * Tue Aug 10 2004 Dan Walsh 1.15.5-1 - new version from NSA uses libsepol diff --git a/sources b/sources index ab7d51c..fc31136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -082bed41213a9e2540862c89bc4eabcf policycoreutils-1.15.5.tgz +ec4c3423f7f285555aaca907b595ddff policycoreutils-1.15.7.tgz