spec: Add support for the ppc64le platform
Add support for the powerpc platform of ppc64le. Signed-off-by: JianChunfu <chunfu.jian@shingroup.cn>
This commit is contained in:
parent
571519df5d
commit
e6041d1687
13
libvirt.spec
13
libvirt.spec
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
%define with_qemu_tcg %{with_qemu}
|
%define with_qemu_tcg %{with_qemu}
|
||||||
|
|
||||||
%define qemu_kvm_arches %{ix86} x86_64 aarch64 loongarch64 riscv64
|
%define qemu_kvm_arches %{ix86} x86_64 aarch64 ppc64le loongarch64 riscv64
|
||||||
|
|
||||||
%ifarch %{qemu_kvm_arches}
|
%ifarch %{qemu_kvm_arches}
|
||||||
%define with_qemu_kvm %{with_qemu}
|
%define with_qemu_kvm %{with_qemu}
|
||||||
@ -44,7 +44,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
|
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
|
||||||
%ifarch aarch64 x86_64 loongarch64 riscv64
|
%ifarch aarch64 x86_64 ppc64le loongarch64 riscv64
|
||||||
%define with_storage_zfs 0
|
%define with_storage_zfs 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -101,7 +101,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 60
|
Release: 61
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
|
|
||||||
@ -1552,7 +1552,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/tests/test_libvirtd_libxl.aug
|
|||||||
# Copied into libvirt-docs subpackage eventually
|
# Copied into libvirt-docs subpackage eventually
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/libvirt libvirt-docs
|
mv $RPM_BUILD_ROOT%{_datadir}/doc/libvirt libvirt-docs
|
||||||
|
|
||||||
%ifarch %{power64} s390x ia64 alpha sparc64
|
%ifarch ppc64 s390x ia64 alpha sparc64
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes.stp \
|
mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes.stp \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes-64.stp
|
$RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_probes-64.stp
|
||||||
|
|
||||||
@ -2118,7 +2118,7 @@ exit 0
|
|||||||
%{_bindir}/virt-pki-validate
|
%{_bindir}/virt-pki-validate
|
||||||
%{_bindir}/virt-host-validate
|
%{_bindir}/virt-host-validate
|
||||||
|
|
||||||
%ifnarch aarch64 x86_64 loongarch64 riscv64
|
%ifnarch aarch64 x86_64 ppc64le loongarch64 riscv64
|
||||||
%{_datadir}/systemtap/tapset/libvirt_probes*.stp
|
%{_datadir}/systemtap/tapset/libvirt_probes*.stp
|
||||||
%{_datadir}/systemtap/tapset/libvirt_functions.stp
|
%{_datadir}/systemtap/tapset/libvirt_functions.stp
|
||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
@ -2240,6 +2240,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2024 Jian Chunfu <chunfu.jian@shingroup.cn> - 6.2.0-61
|
||||||
|
- spec: Add support for the ppc64le platform
|
||||||
|
|
||||||
* Wed Nov 29 2023 Jiabo Feng <fengjiabo1@huawei.com> - 6.2.0-60
|
* Wed Nov 29 2023 Jiabo Feng <fengjiabo1@huawei.com> - 6.2.0-60
|
||||||
- vdpa: support vdpa device migrate
|
- vdpa: support vdpa device migrate
|
||||||
- vdpa: support vdpa device hot plug/unplug
|
- vdpa: support vdpa device hot plug/unplug
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user