* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-1

- Update to upstream
	* Merged fix for setsebool error path from Serge Hallyn.
	* Merged patch from Dan Walsh with:
	*    Updated po files.
	*    Fixes for genhomedircon and seobject.
	*    Audit message for mass relabel by setfiles.
This commit is contained in:
Daniel J Walsh 2006-06-16 19:27:55 +00:00
parent 6ec3e2b290
commit 0f0c842064
4 changed files with 325 additions and 3045 deletions

View File

@ -105,3 +105,4 @@ policycoreutils-1.30.9.tgz
policycoreutils-1.30.10.tgz
policycoreutils-1.30.11.tgz
policycoreutils-1.30.12.tgz
policycoreutils-1.30.14.tgz

File diff suppressed because it is too large Load Diff

View File

@ -4,18 +4,17 @@
%define libselinuxver 1.30.12-1
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.12
Release: 5
Version: 1.30.14
Release: 1
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Patch: policycoreutils-rhat.patch
Patch2: policycoreutils-1.30.12-audit-mass-relabel.patch
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel gettext
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >= %{libauditver} rhpl
Requires(post): /sbin/service
Requires(post): /sbin/service /sbin/chkconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -38,7 +37,6 @@ context.
%prep
%setup -q
%patch -p1 -b .rhat
%patch2 -p1 -b .audit
%build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -109,9 +107,18 @@ rm -rf %{buildroot}
%config(noreplace) /etc/selinux/restorecond.conf
%post
/sbin/chkconfig --add restorecond
[ -x /sbin/service ] && /sbin/service restorecond condrestart
%changelog
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-1
- Update to upstream
* Merged fix for setsebool error path from Serge Hallyn.
* Merged patch from Dan Walsh with:
* Updated po files.
* Fixes for genhomedircon and seobject.
* Audit message for mass relabel by setfiles.
* Tue Jun 13 2006 James Antill <jantill@redhat.com> 1.30.12-5
- Update audit mass relabel to only compile in when audit is installed.

View File

@ -1 +1 @@
6d30897d6b945f915c4401a96e329141 policycoreutils-1.30.12.tgz
bf6bcd12e149c60c34c3957df462b1ff policycoreutils-1.30.14.tgz