* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-1

- Update to version from NSA
	* Merged load_policy is_selinux_enabled patch from Dan Walsh.
	* Merged restorecon verbose output patch from Dan Walsh.
	* Merged setfiles altroot patch from Chris PeBenito.
This commit is contained in:
Daniel J Walsh 2005-04-11 20:08:36 +00:00
parent ae8bbf5a65
commit feb45d8c20
3 changed files with 10 additions and 4 deletions

View File

@ -30,3 +30,4 @@ policycoreutils-1.22.tgz
policycoreutils-1.23.1.tgz policycoreutils-1.23.1.tgz
policycoreutils-1.23.2.tgz policycoreutils-1.23.2.tgz
policycoreutils-1.23.3.tgz policycoreutils-1.23.3.tgz
policycoreutils-1.23.4.tgz

View File

@ -2,12 +2,11 @@
%define libsepolver 1.5.1-1 %define libsepolver 1.5.1-1
Summary: SELinux policy core utilities. Summary: SELinux policy core utilities.
Name: policycoreutils Name: policycoreutils
Version: 1.23.3 Version: 1.23.4
Release: 2 Release: 1
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Patch: policycoreutils-rhat.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRequires: libselinux-devel >= %{libselinuxver} pam-devel libsepol-devel >= %{libsepolver} BuildRequires: libselinux-devel >= %{libselinuxver} pam-devel libsepol-devel >= %{libsepolver}
@ -34,7 +33,6 @@ context.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat
%build %build
make CFLAGS="%{optflags}" all make CFLAGS="%{optflags}" all
@ -81,6 +79,12 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/sestatus.conf %config(noreplace) %{_sysconfdir}/sestatus.conf
%changelog %changelog
* Mon Apr 11 2005 Dan Walsh <dwalsh@redhat.com> 1.23.4-1
- Update to version from NSA
* Merged load_policy is_selinux_enabled patch from Dan Walsh.
* Merged restorecon verbose output patch from Dan Walsh.
* Merged setfiles altroot patch from Chris PeBenito.
* Thu Apr 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23.3-2 * Thu Apr 7 2005 Dan Walsh <dwalsh@redhat.com> 1.23.3-2
- Don't run load_policy on a non SELinux kernel. - Don't run load_policy on a non SELinux kernel.

View File

@ -1 +1,2 @@
5043b2a2b52ad21c55141798fef52e91 policycoreutils-1.23.3.tgz 5043b2a2b52ad21c55141798fef52e91 policycoreutils-1.23.3.tgz
960522dcdc378acc69c6da881c07c810 policycoreutils-1.23.4.tgz