Package init

This commit is contained in:
dogsheng 2019-12-13 15:41:47 +08:00
parent 6d0c3f9009
commit 81c6c6500e

View File

@ -43,12 +43,12 @@
%define with_numactl 0%{!?_without_numactl:1}
# Numactl is not available on many non-x86 archs
%ifarch s390 s390x %{arm} riscv64
%ifarch %{arm} riscv64
%define with_numactl 0
%endif
%define with_storage_zfs 0%{!?_without_storage_zfs:1}
%ifarch s390 s390x aarch64
%ifarch aarch64 x86_64
%define with_storage_zfs 0
%endif
@ -114,7 +114,7 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 5.5.0
Release: 1
Release: 2
License: LGPLv2+
URL: https://libvirt.org/
@ -1799,6 +1799,8 @@ exit 0
%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
- Support ARM CPU Host Model.
- Support Kunpeng-920 CPU.