- 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:
parent
066e239ed5
commit
ff57ee576b
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user