diff --git a/.cvsignore b/.cvsignore index eac1e11..7b29937 100644 --- a/.cvsignore +++ b/.cvsignore @@ -31,3 +31,4 @@ serefpolicy-2.2.2.tgz serefpolicy-2.2.4.tgz serefpolicy-2.2.5.tgz serefpolicy-2.2.6.tgz +serefpolicy-2.2.7.tgz diff --git a/selinux-policy.spec b/selinux-policy.spec index 7f14536..59c067b 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -5,8 +5,8 @@ %define CHECKPOLICYVER 1.28-3 Summary: SELinux policy configuration Name: selinux-policy -Version: 2.2.6 -Release: 2 +Version: 2.2.7 +Release: 1 License: GPL Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -163,6 +163,10 @@ make clean make conf %installCmds mls strict-mls n +# Install sources +make clean +make +make DESTDIR=$RPM_BUILD_ROOT install-headers %clean %{__rm} -fR $RPM_BUILD_ROOT @@ -262,7 +266,28 @@ SELinux Reference policy strict base module. %files strict %fileList strict +%package devel +Summary: SELinux policy devel sources +Group: System Environment/Base +Prereq: checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils >= %{POLICYCOREUTILSVER} make +Prereq: selinux-policy = %{version}-%{release} + +%description devel +SELinux Reference policy development files + +%files devel +%defattr(-,root,root) +%dir %{_usr}/share/selinux/refpolicy +%dir %{_usr}/share/selinux/refpolicy/include +%{_usr}/share/selinux/refpolicy/include/* + %changelog +* Thu Jan 26 2006 Dan Walsh 2.2.7-1 +- Update to upstream + +* Thu Jan 26 2006 Dan Walsh 2.2.6-3 +- Separate out role of secadm for mls + * Thu Jan 26 2006 Dan Walsh 2.2.6-2 - Add inotifyfs handling diff --git a/sources b/sources index e91f9a0..13cc38c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7fd295ab6917057c3f53702872d2984 serefpolicy-2.2.6.tgz +825d6d14215bf8affdf73c577332c493 serefpolicy-2.2.7.tgz