From 9b4f035756e537efc804bca927bbd76b700d276b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 31 Aug 2007 14:16:54 +0000 Subject: [PATCH] - Upgrade to latest from NSA Moved next_entry and put_entry out-of-line to reduce code size from Ulrich Drepper. Fixed module_package_read_offsets bug introduced by the prior patch. --- libsepol.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsepol.spec b/libsepol.spec index cf1b52e..436cc2e 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -7,7 +7,6 @@ License: GPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz URL: http://www.selinuxproject.org -Patch: libsepol-rhat.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: libsepol.so @@ -39,7 +38,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p 1 -b .rhat # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 sed -i 's/fpic/fPIC/g' src/Makefile