Adjust for Xen dropping 32bit arches
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
9944fa190c
commit
7285a57f5c
@ -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 <crobinso@redhat.com> - 8.4.0-2
|
||||
- Adjust for Xen dropping 32bit arches
|
||||
|
||||
* Thu Jun 02 2022 Cole Robinson <crobinso@redhat.com> - 8.4.0-1
|
||||
- Update to version 8.4.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user