diff --git a/libsepol.spec b/libsepol.spec index d0f916a..7c5ef9a 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 1.1.1 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz @@ -38,7 +38,7 @@ needed for developing applications that manipulate binary policies. %setup -q %build -make +make CFLAGS="%{optflags}" %install rm -rf ${RPM_BUILD_ROOT} @@ -71,6 +71,9 @@ rm -rf ${RPM_BUILD_ROOT} /%{_lib}/libsepol.so.1 %changelog +* Mon Aug 30 2004 Dan Walsh 1.1.1-2 +- Add optargs for build + * Sun Aug 22 2004 Dan Walsh 1.1.1-1 - New version from NSA