From b9846a816da52ed75976e8743a8a7bc2e6816751 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 22 Feb 2015 17:36:25 +0000 Subject: [PATCH] fix if statement --- openssh.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openssh.spec b/openssh.spec index 469ad1c..4d6d33c 100644 --- a/openssh.spec +++ b/openssh.spec @@ -509,15 +509,13 @@ fi %endif %if %{WITH_SELINUX} --with-selinux --with-audit=linux \ - --with-sandbox=seccomp_filter \ %ifarch %{ix86} x86_64 %{arm} # seccomp_filter cannot be build right now on aarch64/ppc64*/s390* # being tracked in RHBZ 1195065 - --with-sandbox=seccomp_filter \ + --with-sandbox=seccomp_filter \ %else --with-sandbox=rlimit \ %endif - %endif %if %{kerberos5} --with-kerberos5${krb5_prefix:+=${krb5_prefix}} \