* Fri Sep 12 2008 Dan Walsh <dwalsh@redhat.com> 2.0.56-1

- Fix semanage help display
- Update to upstream
	* fixfiles will now remove all files in /tmp and will check for
	  unlabeled_t in /tmp and /var/tmp from Dan Walsh.
	* add glob support to restorecond from Dan Walsh.
	* allow semanage to handle multi-line commands in a single transaction
	  from Dan Walsh.
This commit is contained in:
Daniel J Walsh 2008-09-12 15:58:45 +00:00
parent 77ffddfa2c
commit 2cfc77b157
5 changed files with 8833 additions and 11459 deletions

View File

@ -187,3 +187,4 @@ sepolgen-1.0.13.tgz
policycoreutils-2.0.53.tgz
policycoreutils-2.0.54.tgz
policycoreutils-2.0.55.tgz
policycoreutils-2.0.56.tgz

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@
%define sepolgenver 1.0.13
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.0.55
Release: 9%{?dist}
Version: 2.0.56
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -192,8 +192,14 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
* Fri Sep 12 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-9
* Fri Sep 12 2008 Dan Walsh <dwalsh@redhat.com> 2.0.56-1
- Fix semanage help display
- Update to upstream
* fixfiles will now remove all files in /tmp and will check for
unlabeled_t in /tmp and /var/tmp from Dan Walsh.
* add glob support to restorecond from Dan Walsh.
* allow semanage to handle multi-line commands in a single transaction
from Dan Walsh.
* Thu Sep 11 2008 Dan Walsh <dwalsh@redhat.com> 2.0.55-8
- Only call gen_requires once in sepolgen

View File

@ -1,2 +1,2 @@
b6756a012c26f414e4a5f8f438ce2188 sepolgen-1.0.13.tgz
0c606d0237e6588d0bc01137fe948644 policycoreutils-2.0.55.tgz
59462f5b1150734a23303e39d98feebc policycoreutils-2.0.56.tgz