Fix libsepol.stack messages in audit2allow/audit2why

This commit is contained in:
Dan Walsh 2013-01-08 13:30:18 -05:00
parent 0df3b08ca9
commit 7a2ea3adf4
1 changed files with 6 additions and 1 deletions

View File

@ -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@redhat.com> - 2.1.8-6
- Fix libsepol.stack messages in audit2allow/audit2why
* Fri Jan 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.8-5
- Update to latest patches from eparis/Upstream