- 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.53.tgz
|
||||||
libsemanage-1.3.56.tgz
|
libsemanage-1.3.56.tgz
|
||||||
libsemanage-1.3.59.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
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.3.59
|
Version: 1.3.61
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||||
Patch: libsemanage-rhat.patch
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: libselinux-devel >= %{libselinuxver}
|
BuildRequires: libselinux-devel >= %{libselinuxver}
|
||||||
|
|
||||||
@ -38,7 +36,6 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .swigify
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}"
|
||||||
@ -73,6 +70,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_includedir}/semanage/*.h
|
%{_includedir}/semanage/*.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 1.3.59-1
|
||||||
- Add additional swig objects
|
- Add additional swig objects
|
||||||
* Merged wrap char*** for user_get_roles patch from Joshua Brindle.
|
* Merged wrap char*** for user_get_roles patch from Joshua Brindle.
|
||||||
|
Loading…
Reference in New Issue
Block a user