From d2518f14878279a3376963a84f51b7efd82c4306 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Apr 03 2022 14:01:55 +0000 Subject: Enable fsverity on aarch64 AArch64 on RHEL 9 uses 4k pages, so this is safe to enable now. --- diff --git a/rpm.spec b/rpm.spec index 5dfc178..3bb6097 100644 --- a/rpm.spec +++ b/rpm.spec @@ -15,8 +15,8 @@ %bcond_without libarchive # build with libimaevm.so %bcond_without libimaevm -%ifarch aarch64 ppc64le -# no fsverity on RHEL based aarch64 or ppc64le +%ifarch ppc64le +# no fsverity on RHEL based ppc64le # due to PAGESIZE == 64k # https://pagure.io/centos-sig-hyperscale/package-bugs/issue/8 # build without libfsverity.so