- Add additional swig objects

This commit is contained in:
Daniel J Walsh 2005-11-23 15:06:09 +00:00
parent 72ad6cf1ae
commit be0e043f19
1 changed files with 6 additions and 1 deletions

View File

@ -2,10 +2,11 @@
Summary: SELinux binary policy manipulation library
Name: libsemanage
Version: 1.3.56
Release: 1
Release: 2
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
Patch: libsemanage-swigify.patch
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildRequires: libselinux-devel >= %{libselinuxver}
@ -37,6 +38,7 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .swigify
%build
make CFLAGS="%{optflags}"
@ -71,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_includedir}/semanage/*.h
%changelog
* Wed Nov 23 2005 Dan Walsh <dwalsh@redhat.com> 1.3.56-2
- Add additional swig objects
* Fri Nov 16 2005 Dan Walsh <dwalsh@redhat.com> 1.3.56-1
- Upgrade to latest from NSA
* Fixed free->key_free bug.