diff --git a/libsepol.spec b/libsepol.spec index 74799a4..415ddd8 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,10 +1,11 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.0 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz +Patch1: libsepol-chkcon.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot Provides: libsepol.so @@ -36,6 +37,7 @@ needed for developing applications that manipulate binary policies. %prep %setup -q +%patch1 -p1 -b .chkcon %build make @@ -71,6 +73,9 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Fri Aug 20 2004 Colin Walters 1.0-2 +- Apply Stephen's chkcon patch + * Thu Aug 19 2004 Colin Walters 1.0-1 - New upstream version