* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.5-1

- Update to match NSA
This commit is contained in:
Daniel J Walsh 2005-04-13 15:43:57 +00:00
parent d513bef494
commit 62165460b9

View File

@ -2,12 +2,11 @@
%define libsepolver 1.5.1-1
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.23.4
Release: 3
Version: 1.23.6
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 >= %{libselinuxver} pam-devel libsepol-devel >= %{libsepolver}
@ -34,7 +33,6 @@ context.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make CFLAGS="%{optflags}" all
@ -82,6 +80,9 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/sestatus.conf
%changelog
* Wed Apr 13 2005 Dan Walsh <dwalsh@redhat.com> 1.23.5-1
- Update to match NSA
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-3
- remove is_selinux_enabled check from load_policy (Bad idea)