* Mon May 15 2006 James Antill <jantill@redhat.com> 1.30.9-2

- Add secon man page and prompt options.
This commit is contained in:
jantill 2006-05-15 20:44:19 +00:00
parent 8c88187a43
commit 17530a7063
1 changed files with 6 additions and 1 deletions

View File

@ -5,11 +5,12 @@
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.9
Release: 1
Release: 2
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
Patch: policycoreutils-rhat.patch
Patch2: policycoreutils-1.30.9-secon.patch
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
@ -37,6 +38,7 @@ context.
%prep
%setup -q
%patch -p1 -b .rhat
%patch2 -p1 -b .secon
%build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -110,6 +112,9 @@ rm -rf %{buildroot}
[ -x /sbin/service ] && /sbin/service restorecond condrestart
%changelog
* Mon May 15 2006 James Antill <jantill@redhat.com> 1.30.9-2
- Add secon man page and prompt options.
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 1.30.9-1
- Update to upstream
* Fixed audit2allow and po Makefiles for DESTDIR= builds.