Package init
This commit is contained in:
parent
6d0c3f9009
commit
81c6c6500e
@ -43,12 +43,12 @@
|
|||||||
%define with_numactl 0%{!?_without_numactl:1}
|
%define with_numactl 0%{!?_without_numactl:1}
|
||||||
|
|
||||||
# Numactl is not available on many non-x86 archs
|
# Numactl is not available on many non-x86 archs
|
||||||
%ifarch s390 s390x %{arm} riscv64
|
%ifarch %{arm} riscv64
|
||||||
%define with_numactl 0
|
%define with_numactl 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
|
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
|
||||||
%ifarch s390 s390x aarch64
|
%ifarch aarch64 x86_64
|
||||||
%define with_storage_zfs 0
|
%define with_storage_zfs 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -114,7 +114,7 @@
|
|||||||
Summary: Library providing a simple virtualization API
|
Summary: Library providing a simple virtualization API
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
Version: 5.5.0
|
Version: 5.5.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
|
|
||||||
@ -1799,6 +1799,8 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.5.0-1
|
||||||
|
- Remove zfs-fuse support for x86_64.
|
||||||
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.5.0-1
|
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.5.0-1
|
||||||
- Support ARM CPU Host Model.
|
- Support ARM CPU Host Model.
|
||||||
- Support Kunpeng-920 CPU.
|
- Support Kunpeng-920 CPU.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user