- Upgrade to latest from NSA

Merged fix from Karl to remap booleans at expand time to avoid holes in the
    symbol table.
This commit is contained in:
Daniel J Walsh 2007-03-30 16:05:14 +00:00
parent f50a75ee09
commit 53a0908255
3 changed files with 9 additions and 6 deletions

View File

@ -115,3 +115,4 @@ libsepol-1.15.2.tgz
libsepol-1.15.3.tgz
libsepol-1.16.0.tgz
libsepol-2.0.1.tgz
libsepol-2.0.2.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.0.1
Release: 2%{?dist}
Version: 2.0.2
Release: 1%{?dist}
License: GPL
Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-buildroot
@ -38,7 +37,6 @@ needed for developing applications that manipulate binary policies.
%prep
%setup -q
%patch -p1 -b .rhat
# sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64
sed -i 's/fpic/fPIC/g' src/Makefile
@ -87,7 +85,11 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Wed Mar 28 2007 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
* Fri Mar 30 2007 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
- Upgrade to latest from NSA
* Merged fix from Karl to remap booleans at expand time to
avoid holes in the symbol table.
* Wed Feb 7 2007 Dan Walsh <dwalsh@redhat.com> 2.0.1-1
- Upgrade to latest from NSA
* Merged libsepol segfault fix from Stephen Smalley for when

View File

@ -1 +1 @@
7b9582d9876d0aff012c9e680fc392f0 libsepol-2.0.1.tgz
eba6e81c2b06d7d957c150a67007edcc libsepol-2.0.2.tgz