- Fix leaky descriptor

This commit is contained in:
Daniel J Walsh 2006-04-03 20:49:58 +00:00
parent 6b31c1bb12
commit a247f456ee

View File

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