* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 1.30.28-2

- Apply patch
This commit is contained in:
Daniel J Walsh 2006-09-05 12:01:21 +00:00
parent cc9f19bd86
commit 63f024b5df
2 changed files with 5 additions and 8 deletions

View File

@ -2546,9 +2546,3 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/semanage/seobject.py pol
# Copyright (C) 2005 Red Hat
# see file 'COPYING' for use and warranty information
#
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/VERSION policycoreutils-1.30.27/VERSION
--- nsapolicycoreutils/VERSION 2006-09-01 22:32:13.000000000 -0400
+++ policycoreutils-1.30.27/VERSION 2006-08-24 13:34:05.000000000 -0400
@@ -1 +1 @@
-1.30.28
+1.30.27

View File

@ -5,7 +5,7 @@
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.30.28
Release: 1
Release: 2
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -36,7 +36,7 @@ context.
%prep
%setup -q
#%patch -p1 -b .rhat
%patch -p1 -b .rhat
%build
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
@ -119,6 +119,9 @@ fi
[ -x /sbin/service ] && /sbin/service restorecond condrestart
%changelog
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 1.30.28-2
- Apply patch
* Fri Sep 1 2006 Dan Walsh <dwalsh@redhat.com> 1.30.28-1
- Security fixes to run python in a more locked down manner
- More Translations