From 57075ee245dadc4b0dc9ee5c8066d0f25f10f104 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 5 Sep 2006 21:13:31 +0000 Subject: [PATCH] - Fixup for test6 --- selinux-policy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selinux-policy.spec b/selinux-policy.spec index 62e4646d..1610c86e 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -83,7 +83,6 @@ awk '$1 !~ "/^#/" && $2 == "=" && $3 == "module" { printf "-i %%s.pp ", $1 }' %{ %define installCmds() \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 base.pp \ -make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 validatefc \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} POLY=%3 modules \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%3 install \ make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} DESTDIR=%{buildroot} POLY=%3 install-appconfig \ @@ -194,6 +193,7 @@ chmod +x %{buildroot}%{_usr}/share/selinux/devel/policyhelp # Commented out because only targeted ref policy currently builds %setupCmds targeted targeted-mcs y n %installCmds targeted targeted-mcs y n +make NAME=targeted TYPE=targeted-mcs DISTRO=%{distro} DIRECT_INITRC=y MONOLITHIC=%{monolithic} POLY=n validatefc %endif %if %{BUILD_STRICT}