* 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 16e7815db9
commit 907ae08ba4

View File

@ -5,11 +5,12 @@
Summary: SELinux policy core utilities. Summary: SELinux policy core utilities.
Name: policycoreutils Name: policycoreutils
Version: 1.30.9 Version: 1.30.9
Release: 1 Release: 2
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 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 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 Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
@ -37,6 +38,7 @@ context.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .rhat %patch -p1 -b .rhat
%patch2 -p1 -b .secon
%build %build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -110,6 +112,9 @@ rm -rf %{buildroot}
[ -x /sbin/service ] && /sbin/service restorecond condrestart [ -x /sbin/service ] && /sbin/service restorecond condrestart
%changelog %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 * Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> 1.30.9-1
- Update to upstream - Update to upstream
* Fixed audit2allow and po Makefiles for DESTDIR= builds. * Fixed audit2allow and po Makefiles for DESTDIR= builds.