From 18da264e3adb0a74f34a392694804878b6fb829d Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Wed, 21 Apr 2021 19:05:53 +0200 Subject: [PATCH] enable seccomp on aarch64 --- file.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.spec b/file.spec index aa76a82..83a25b5 100644 --- a/file.spec +++ b/file.spec @@ -6,7 +6,7 @@ %bcond_without tests # unit tests %bcond_without seccomp # SECCOMP support -%ifnarch %{x8664} +%ifnarch %{x8664} aarch64 %undefine with_seccomp %endif -- 2.44.0