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:
parent
123fcedb0b
commit
f9e03e9915
@ -1,3 +1,4 @@
|
|||||||
|
%define libsepolver 1.3.5
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 1.21.4
|
Version: 1.21.4
|
||||||
@ -7,8 +8,8 @@ Group: Development/System
|
|||||||
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
BuildRequires: byacc flex libsepol-devel
|
BuildRequires: byacc flex libsepol-devel >= %{libsepolver}
|
||||||
Requires: libsepol
|
Requires: libsepol >= %{libsepolver}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
Security-enhanced Linux is a patch of the Linux® kernel and a number
|
||||||
@ -41,7 +42,6 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/checkpolicy
|
%{_bindir}/checkpolicy
|
||||||
%{_bindir}/genpolusers
|
|
||||||
%{_mandir}/man8/checkpolicy.8.gz
|
%{_mandir}/man8/checkpolicy.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user