diff --git a/checkpolicy.spec b/checkpolicy.spec index e87ad92..4239e84 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,12 +1,11 @@ -%define libsepolver 1.7.20-1 +%define libsepolver 1.7.22-1 Summary: SELinux policy compiler Name: checkpolicy Version: 1.25.12 -Release: 1 +Release: 2 License: GPL Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz -Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot BuildRequires: byacc flex libsepol-devel >= %{libsepolver} @@ -45,6 +44,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/checkpolicy.8.gz %changelog +* Mon Aug 29 2005 Dan Walsh 1.25.12-2 +- Rebuild to get latest libsepol + * Mon Aug 22 2005 Dan Walsh 1.25.12-1 - Update to NSA Release * Fixed handling of validatetrans constraint expressions.