From be0e043f19f319d3c4fbfb1f7cdd99032575642b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 23 Nov 2005 15:06:09 +0000 Subject: [PATCH] - Add additional swig objects --- libsemanage.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 619d4d5..a095c3c 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -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 1.3.56-2 +- Add additional swig objects + * Fri Nov 16 2005 Dan Walsh 1.3.56-1 - Upgrade to latest from NSA * Fixed free->key_free bug.