diff --git a/libsemanage.spec b/libsemanage.spec index efdcbc7..0d45ea1 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,11 +2,10 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 1.5.3 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz -Patch: libsemanage-rhat.patch BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: libselinux-devel >= %{libselinuxver} @@ -37,7 +36,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p1 -b .rhat %build make clean @@ -73,6 +71,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_includedir}/semanage/*.h %changelog +* Wed Dec 14 2005 Dan Walsh 1.5.3-2 +- Remove patch since upstream does the right thing + * Wed Dec 14 2005 Dan Walsh 1.5.3-1 - Upgrade to latest from NSA * Merged further header cleanups from Ivan Gyurdiev.