forked from rpms/libvirt
libvirt-7.0.0-6.el9
- spec: Do not build qemu driver for Power on RHEL-9 (rhbz#1946529) Resolves: rhbz#1946529
This commit is contained in:
parent
66c4c4ca8c
commit
c51fcc467d
11
libvirt.spec
11
libvirt.spec
@ -19,7 +19,11 @@
|
||||
|
||||
%define arches_qemu_kvm %{ix86} x86_64 %{power64} %{arm} aarch64 s390x riscv64
|
||||
%if 0%{?rhel}
|
||||
%define arches_qemu_kvm x86_64 %{power64} aarch64 s390x
|
||||
%if 0%{?rhel} <= 8
|
||||
%define arches_qemu_kvm x86_64 %{power64} aarch64 s390x
|
||||
%else
|
||||
%define arches_qemu_kvm x86_64 aarch64 s390x
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64
|
||||
@ -219,7 +223,7 @@
|
||||
Summary: Library providing a simple virtualization API
|
||||
Name: libvirt
|
||||
Version: 7.0.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
|
||||
@ -1966,6 +1970,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 22 2021 Jiri Denemark <jdenemar@redhat.com> - 7.0.0-6
|
||||
- spec: Do not build qemu driver for Power on RHEL-9 (rhbz#1946529)
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7.0.0-5
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user