- Fix leaky descriptor

This commit is contained in:
Daniel J Walsh 2006-04-03 20:49:58 +00:00
parent 6b31c1bb12
commit a247f456ee
1 changed files with 7 additions and 2 deletions

View File

@ -3,10 +3,11 @@
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.6.2
Release: 1
Release: 2
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 -p1 -b .rhat
%build
make clean
@ -72,7 +74,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man3/*
%changelog
* Tue Mar 21 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2
* Wed Mar 29 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2-2
- Fix leaky descriptor
* Tue Mar 21 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.2-1
- Upgrade to latest from NSA
* Merged Makefile PYLIBVER definition patch from Dan Walsh.
* Merged man page reorganization from Ivan Gyurdiev.