*** empty log message ***

This commit is contained in:
Daniel J Walsh 2006-01-13 22:31:44 +00:00
parent d70e17491c
commit c3f6b70d94
1 changed files with 18 additions and 3 deletions

View File

@ -1,12 +1,13 @@
%define libsepolver 1.11.7-1
%define libselinuxver 1.29.4-1
%define libsepolver 1.11.9-1
%define libselinuxver 1.29.5-1
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.5.9
Version: 1.5.14
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}
@ -39,6 +40,7 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p 1 -b .rhat
%build
make clean
@ -76,6 +78,19 @@ rm -rf ${RPM_BUILD_ROOT}
%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
- Upgrade to latest from NSA
* Merged const in APIs patch from Ivan Gyurdiev.