* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-1

- Update to upstream
	* Lindent.
	* Merged patch from Dan Walsh with:
	  * -p option (progress) for setfiles and restorecon.
	  * disable context translation for setfiles and restorecon.
	  * on/off values for setsebool.
	* Merged setfiles and semodule_link fixes from Joshua Brindle.

* Thu Jun 22 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-5
- Add progress indicator on fixfiles/setfiles/restorecon
This commit is contained in:
Daniel J Walsh 2006-07-07 11:34:10 +00:00
parent e414038b9a
commit 8804a0d56e
3 changed files with 16 additions and 8 deletions

View File

@ -106,3 +106,4 @@ policycoreutils-1.30.10.tgz
policycoreutils-1.30.11.tgz
policycoreutils-1.30.12.tgz
policycoreutils-1.30.14.tgz
policycoreutils-1.30.17.tgz

View File

@ -1,15 +1,14 @@
%define libauditver 1.1.4-3
%define libsepolver 1.12.17-1
%define libsemanagever 1.6.8-1
%define libselinuxver 1.30.12-1
%define libsepolver 1.12.19-1
%define libsemanagever 1.6.11-1
%define libselinuxver 1.30.19-1
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.14
Release: 5
Version: 1.30.17
Release: 1
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Patch: policycoreutils-rhat.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
@ -36,7 +35,6 @@ context.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -111,6 +109,15 @@ rm -rf %{buildroot}
[ -x /sbin/service ] && /sbin/service restorecond condrestart
%changelog
* Tue Jul 4 2006 Dan Walsh <dwalsh@redhat.com> 1.30.17-1
- Update to upstream
* Lindent.
* Merged patch from Dan Walsh with:
* -p option (progress) for setfiles and restorecon.
* disable context translation for setfiles and restorecon.
* on/off values for setsebool.
* Merged setfiles and semodule_link fixes from Joshua Brindle.
* Thu Jun 22 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-5
- Add progress indicator on fixfiles/setfiles/restorecon

View File

@ -1 +1 @@
bf6bcd12e149c60c34c3957df462b1ff policycoreutils-1.30.14.tgz
2b8a1ac08f54b82f5842a5e75683d5ce policycoreutils-1.30.17.tgz