*** empty log message ***
This commit is contained in:
parent
d70e17491c
commit
c3f6b70d94
@ -1,12 +1,13 @@
|
|||||||
%define libsepolver 1.11.7-1
|
%define libsepolver 1.11.9-1
|
||||||
%define libselinuxver 1.29.4-1
|
%define libselinuxver 1.29.5-1
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 1.5.9
|
Version: 1.5.14
|
||||||
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}
|
||||||
@ -39,6 +40,7 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p 1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
@ -76,6 +78,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Fri Jan 13 2006 Dan Walsh <dwalsh@redhat.com> 1.5.14-1
|
||||||
|
- Upgrade to latest from NSA
|
||||||
|
* Merged disallow port overlap patch from Ivan Gyurdiev.
|
||||||
|
* Merged join prereq and implementation patches from Ivan Gyurdiev.
|
||||||
|
* Merged join user extra data part 2 patch from Ivan Gyurdiev.
|
||||||
|
* Merged bugfix patch from Ivan Gyurdiev.
|
||||||
|
* Merged remove add_local/set_local patch from Ivan Gyurdiev.
|
||||||
|
* Merged user extra data part 1 patch from Ivan Gyurdiev.
|
||||||
|
* Merged size_t -> unsigned int patch from Ivan Gyurdiev.
|
||||||
|
* Merged calloc check in semanage_store patch from Ivan Gyurdiev,
|
||||||
|
bug noticed by Steve Grubb.
|
||||||
|
* Merged cleanups after add/set removal patch from Ivan Gyurdiev.
|
||||||
|
|
||||||
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 1.5.9-1
|
* Fri Jan 7 2006 Dan Walsh <dwalsh@redhat.com> 1.5.9-1
|
||||||
- Upgrade to latest from NSA
|
- Upgrade to latest from NSA
|
||||||
* Merged const in APIs patch from Ivan Gyurdiev.
|
* Merged const in APIs patch from Ivan Gyurdiev.
|
||||||
|
Loading…
Reference in New Issue
Block a user