- Upgrade to upstream

Class and permission mapping support patches from Eamon Walsh.
Object class discovery support patches from Chris PeBenito.
Refactoring and errno support in string representation code.
This commit is contained in:
Daniel J Walsh 2007-06-11 18:39:53 +00:00
parent d60d4d2e31
commit 2324fecc2d
3 changed files with 10 additions and 3 deletions

View File

@ -120,3 +120,4 @@ libselinux-2.0.13.tgz
libselinux-2.0.14.tgz
libselinux-2.0.16.tgz
libselinux-2.0.18.tgz
libselinux-2.0.21.tgz

View File

@ -1,7 +1,7 @@
%define libsepolver 2.0.1-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.18
Version: 2.0.21
Release: 1%{?dist}
License: Public domain (uncopyrighted)
Group: System Environment/Libraries
@ -49,7 +49,7 @@ needed for developing SELinux applications.
%prep
%setup -q
%patch -p1 -b .rhat
#%patch -p1 -b .rhat
%build
make clean
@ -121,6 +121,12 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Mon Jun 11 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.21-1
- Upgrade to upstream
* Class and permission mapping support patches from Eamon Walsh.
* Object class discovery support patches from Chris PeBenito.
* Refactoring and errno support in string representation code.
* Fri Jun 1 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
- Upgrade to upstream
* Merged patch to reduce size of libselinux and remove need for libsepol for embedded systems from Yuichi Nakamura.

View File

@ -1 +1 @@
ce9a9eb68c5291a7302f61ff8b5f5cb4 libselinux-2.0.18.tgz
eeccbf88555fc935c592d86086b9edbd libselinux-2.0.21.tgz