[libsepol] Fix libsepol.stack messages in audit2allow/audit2why

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jan 8 18:30:48 UTC 2013


commit 7a2ea3adf41aba68af53904a78db3b1bbc47217d
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Jan 8 13:30:18 2013 -0500

    Fix libsepol.stack messages in audit2allow/audit2why

 libsepol.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <dwalsh at redhat.com> - 2.1.8-6
+- Fix libsepol.stack messages in audit2allow/audit2why
+
 * Fri Jan 4 2013 Dan Walsh <dwalsh at redhat.com> - 2.1.8-5
 - Update to latest patches from eparis/Upstream
 


More information about the scm-commits mailing list