* Tue Sep 20 2005 Dan Walsh <dwalsh@redhat.com> 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.
This commit is contained in:
Daniel J Walsh 2005-09-21 01:20:47 +00:00
parent b14fed2892
commit e2f354abb2
1 changed files with 10 additions and 5 deletions

View File

@ -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 <dwalsh@redhat.com> 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 <dwalsh@redhat.com> 1.26-3
- Add chcat script for use with chcon.