From 2e521de09997ad04bb64c03c07b2106e89b3a53f Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Mon, 10 Aug 2020 15:20:31 -0500 Subject: [PATCH] Use ExclusiveArch: %{kernel_arches} Signed-off-by: Merlin Mathesius --- nbdkit.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nbdkit.spec b/nbdkit.spec index cf4dc2e..b0c468a 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -1,8 +1,6 @@ %global _hardened_build 1 -# Broken on {power64} because of -# https://bugzilla.redhat.com/show_bug.cgi?id=1778520 -%ifarch aarch64 %{arm} x86_64 ppc +%ifarch %{kernel_arches} %global have_libguestfs 1 %endif @@ -1068,6 +1066,9 @@ export LIBGUESTFS_TRACE=1 %changelog +* Mon Aug 10 2020 Merlin Mathesius - 1.21.23-1 +- Use ExclusiveArch: %%{kernel_arches} + * Sat Aug 8 2020 Richard W.M. Jones - 1.21.23-1 - New upstream version 1.21.23.