- 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:
parent
d60d4d2e31
commit
2324fecc2d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user