diff --git a/libvirt.spec b/libvirt.spec index 87fc5a6..866efeb 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -21,6 +21,9 @@ %define arches_systemtap_64bit %{arches_64bit} %define arches_dmidecode %{arches_x86} %define arches_xen %{arches_x86} aarch64 +%if 0%{?fedora} >= 36 +%define arches_xen x86_64 aarch64 +%endif %define arches_vbox %{arches_x86} %define arches_ceph %{arches_64bit} %define arches_zfs %{arches_x86} %{power64} %{arm} @@ -228,7 +231,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 8.4.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: https://libvirt.org/ @@ -2124,6 +2127,9 @@ exit 0 %changelog +* Sat Jun 11 2022 Cole Robinson - 8.4.0-2 +- Adjust for Xen dropping 32bit arches + * Thu Jun 02 2022 Cole Robinson - 8.4.0-1 - Update to version 8.4.0