auto-import changelog data from policycoreutils-1.15.7-1.src.rpm

* Mon Aug 16 2004 Dan Walsh <dwalsh@redhat.com> 1.15.7-1
- Update to latest from upstream

* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
- Add Man page for load_policy
This commit is contained in:
cvsdist 2004-09-09 10:38:01 +00:00
parent 8fcb338bec
commit dfef97bd9c
4 changed files with 10 additions and 15 deletions

View File

@ -1 +1 @@
policycoreutils-1.15.5.tgz
policycoreutils-1.15.7.tgz

View File

@ -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")

View File

@ -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 <dwalsh@redhat.com> 1.15.7-1
- Update to latest from upstream
* Thu Aug 12 2004 Dan Walsh <dwalsh@redhat.com> 1.15.6-1
- Add Man page for load_policy
* Tue Aug 10 2004 Dan Walsh <dwalsh@redhat.com> 1.15.5-1
- new version from NSA uses libsepol

View File

@ -1 +1 @@
082bed41213a9e2540862c89bc4eabcf policycoreutils-1.15.5.tgz
ec4c3423f7f285555aaca907b595ddff policycoreutils-1.15.7.tgz