- Upgrade to latest from NSA

Merged Makefile python definitions patch from Dan Walsh.
Removed is_selinux_mls_enabled() conditionals in seusers and users file
    parsers.
This commit is contained in:
Daniel J Walsh 2005-11-29 19:07:13 +00:00
parent 066e239ed5
commit ff57ee576b
3 changed files with 10 additions and 6 deletions

View File

@ -35,3 +35,4 @@ libsemanage-1.3.52.tgz
libsemanage-1.3.53.tgz
libsemanage-1.3.56.tgz
libsemanage-1.3.59.tgz
libsemanage-1.3.61.tgz

View File

@ -1,13 +1,11 @@
%define libselinuxver 1.27.23-1
%define libselinuxver 1.27.25-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.59
Version: 1.3.61
Release: 1
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
Patch: libsemanage-rhat.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libselinux-devel >= %{libselinuxver}
@ -38,7 +36,6 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .swigify
%build
make CFLAGS="%{optflags}"
@ -73,6 +70,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Tue Nov 29 2005 Dan Walsh <dwalsh@redhat.com> 1.3.61-1
- Upgrade to latest from NSA
* Merged Makefile python definitions patch from Dan Walsh.
* Removed is_selinux_mls_enabled() conditionals in seusers and users
file parsers.
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 1.3.59-1
- Add additional swig objects
* Merged wrap char*** for user_get_roles patch from Joshua Brindle.

View File

@ -1 +1 @@
614b8aab117aeb7ebb4fa2c44057b023 libsemanage-1.3.59.tgz
04476def3d0cb8727c3a0ad14f5e5cd6 libsemanage-1.3.61.tgz