- Upgrade to upstream
Merged patch to reduce size of libselinux and remove need for libsepol for embedded systems from Yuichi Nakamura. This patch also turns the link-time dependency on libsepol into a runtime (dlopen) dependency even in the non-embedded case.
This commit is contained in:
parent
35bc5a8a68
commit
d60d4d2e31
@ -119,3 +119,4 @@ libselinux-2.0.12.tgz
|
||||
libselinux-2.0.13.tgz
|
||||
libselinux-2.0.14.tgz
|
||||
libselinux-2.0.16.tgz
|
||||
libselinux-2.0.18.tgz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define libsepolver 2.0.1-1
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.0.16
|
||||
Version: 2.0.18
|
||||
Release: 1%{?dist}
|
||||
License: Public domain (uncopyrighted)
|
||||
Group: System Environment/Libraries
|
||||
@ -121,6 +121,14 @@ exit 0
|
||||
%{_libdir}/python*/site-packages/selinux.py*
|
||||
|
||||
%changelog
|
||||
* 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.
|
||||
This patch also turns the link-time dependency on libsepol into a runtime (dlopen) dependency even in the non-embedded case.
|
||||
|
||||
2.0.17 2007-05-31
|
||||
* Updated Lindent script and reindented two header files.
|
||||
|
||||
* Fri May 4 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
|
||||
- Upgrade to upstream
|
||||
* Merged additional swig python bindings from Dan Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user