From f9e03e9915008d48f5457c8e92d8fed7782d4f75 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 17 2005 23:11:23 +0000 Subject: Merged define_user() cleanup patch from Darrel Goeddel (TCS). Moved genpolusers utility to libsepol. Merged range_transition support from Darrel Goeddel (TCS). --- diff --git a/checkpolicy.spec b/checkpolicy.spec index 6cac446..fa552b4 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,3 +1,4 @@ +%define libsepolver 1.3.5 Summary: SELinux policy compiler Name: checkpolicy Version: 1.21.4 @@ -7,8 +8,8 @@ Group: Development/System Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-buildroot -BuildRequires: byacc flex libsepol-devel -Requires: libsepol +BuildRequires: byacc flex libsepol-devel >= %{libsepolver} +Requires: libsepol >= %{libsepolver} %description Security-enhanced Linux is a patch of the Linux® kernel and a number @@ -41,7 +42,6 @@ rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_bindir}/checkpolicy -%{_bindir}/genpolusers %{_mandir}/man8/checkpolicy.8.gz %changelog