From 7a2ea3adf41aba68af53904a78db3b1bbc47217d Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jan 08 2013 18:30:18 +0000 Subject: Fix libsepol.stack messages in audit2allow/audit2why --- diff --git a/libsepol.spec b/libsepol.spec index 7b9aacd..4e83c0f 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,12 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 2.1.8 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Patch: libsepol-rhat.patch +Patch1: tmp.patch URL: http://www.selinuxproject.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +47,7 @@ needed for developing applications that manipulate binary policies. %prep %setup -q %patch -p2 -b .rhat +%patch1 -p2 -b .tmp # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 @@ -99,6 +101,9 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog +* Tue Jan 8 2013 Dan Walsh - 2.1.8-6 +- Fix libsepol.stack messages in audit2allow/audit2why + * Fri Jan 4 2013 Dan Walsh - 2.1.8-5 - Update to latest patches from eparis/Upstream