- Upgrade to upstream

Labeling and callback interface patches from Eamon Walsh.
This commit is contained in:
Daniel J Walsh 2007-06-21 14:40:52 +00:00
parent 2324fecc2d
commit d43108c05f
1 changed files with 10 additions and 2 deletions

View File

@ -1,12 +1,13 @@
%define libsepolver 2.0.1-1
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.21
Version: 2.0.22
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
Patch1: libselinux_swig_with_raw.patch
BuildRequires: libsepol-devel >= %{libsepolver} swig
Requires: libsepol >= %{libsepolver} setransd
@ -49,7 +50,7 @@ needed for developing SELinux applications.
%prep
%setup -q
#%patch -p1 -b .rhat
%patch1 -p1 -b .swig
%build
make clean
@ -121,6 +122,13 @@ exit 0
%{_libdir}/python*/site-packages/selinux.py*
%changelog
* Thu Jun 21 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.22-1
- Upgrade to upstream
* Labeling and callback interface patches from Eamon Walsh.
* Tue Jun 19 2007 Dan Walsh <dwalsh@redhat.com> - 2.0.21-2
- Refactored swig
* 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.