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