From 181f9dc704bccc5b210c8242f0d7ee1f52ecb168 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 26 Jul 2021 17:44:03 +0200 Subject: [PATCH] align arch list with criu.spec --- crun.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crun.spec b/crun.spec index 214506d..11508c0 100644 --- a/crun.spec +++ b/crun.spec @@ -1,4 +1,4 @@ -%ifarch %{x8664} armv7l armv7hl armv7hnl aarch64 ppc64 +%ifarch %{x8664} %{armv7} %{armv8} aarch64 ppc64 %define with_criu 1 %endif @@ -26,6 +26,7 @@ BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: python3-devel +BuildRequires: rpmbuild(macros) >= 2.007 BuildRequires: systemd-devel BuildRequires: tar >= 1:1.22 BuildRequires: xz -- 2.43.0