Merged define_user() cleanup patch from Darrel Goeddel (TCS).

Moved genpolusers utility to libsepol.
Merged range_transition support from Darrel Goeddel (TCS).
This commit is contained in:
Daniel J Walsh 2005-02-17 23:11:23 +00:00
parent 123fcedb0b
commit f9e03e9915
1 changed files with 3 additions and 3 deletions

View File

@ -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