From f67b79c46b45eedb30fdca7fc641ca71865bd957 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Thu, 30 Oct 2025 10:49:53 +0100 Subject: [PATCH] wip --- centos-10/SPECS/libvirt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/centos-10/SPECS/libvirt.spec b/centos-10/SPECS/libvirt.spec index c824206..a012d21 100644 --- a/centos-10/SPECS/libvirt.spec +++ b/centos-10/SPECS/libvirt.spec @@ -26,7 +26,11 @@ %endif %define arches_vbox %{arches_x86} %define arches_ceph %{arches_64bit} -%define arches_zfs %{arches_x86} %{power64} %{arm} +%if 0%{?copr_projectname:1} + %define arches_zfs %{arches_x86} %{power64} %{arm} aarch64 +%else + %define arches_zfs %{arches_x86} %{power64} %{arm} +%endif %define arches_numactl %{arches_x86} %{power64} aarch64 s390x %define arches_numad %{arches_x86} %{power64} aarch64 %define arches_ch x86_64 aarch64