- 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:
Daniel J Walsh 2007-06-01 14:48:48 +00:00
parent 35bc5a8a68
commit d60d4d2e31
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
6dd946578c8fd9bafca0274c0d5bbbdd libselinux-2.0.16.tgz
ce9a9eb68c5291a7302f61ff8b5f5cb4 libselinux-2.0.18.tgz