*** empty log message ***

This commit is contained in:
Daniel J Walsh 2007-09-13 12:29:38 +00:00
parent 6a9919e596
commit 31de56ffa4
3 changed files with 10 additions and 5 deletions

View File

@ -127,3 +127,4 @@ libselinux-2.0.24.tgz
libselinux-2.0.29.tgz
libselinux-2.0.30.tgz
libselinux-2.0.31.tgz
libselinux-2.0.33.tgz

View File

@ -1,12 +1,11 @@
%define libsepolver 2.0.1-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.31
Release: 4%{?dist}
Version: 2.0.33
Release: 1%{?dist}
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
Patch: libselinux-rhat.patch
BuildRequires: libsepol-devel >= %{libsepolver} swig
Requires: libsepol >= %{libsepolver}
@ -49,7 +48,6 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
%build
make clean
@ -124,6 +122,12 @@ exit 0
%changelog
* Thu Sep 13 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.33-1
- Upgrade to latest from NSA
* Re-map a getxattr return value of 0 to a getfilecon return value of -1 with errno EOPNOTSUPP from Stephen Smalley.
* Fall back to the compat code for security_class_to_string and security_av_perm_to_string from Stephen Smalley.
* Fix swig binding for rpm_execcon from James Athey.
* Thu Sep 6 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.31-4
- Apply James Athway patch to fix rpm_execcon python binding

View File

@ -1 +1 @@
5cc13dcc33d5a9c88a625b4a49626e9b libselinux-2.0.31.tgz
0f6bba5799228f0a11e155a6807f63b7 libselinux-2.0.33.tgz