diff --git a/checkpolicy.spec b/checkpolicy.spec index 01aca4e..7c14628 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,8 +1,8 @@ -%define libsepolver 2.0.1-1 +%define libsepolver 2.0.1-2 Summary: SELinux policy compiler Name: checkpolicy Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -47,6 +47,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/checkmodule.8.gz %changelog +* Wed Mar 28 2007 Dan Walsh - 2.0.1-2 +- Rebuild with new libsepol + * Tue Nov 20 2006 Dan Walsh - 2.0.1-1 - Latest update from NSA * Merged patch to allow dots in class identifiers from Caleb Case.