From 81c6c6500ef19cce71381ea680aa8ccc5251d6a7 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Fri, 13 Dec 2019 15:41:47 +0800 Subject: [PATCH] Package init --- libvirt.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index a89c662..37ac15c 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 - 5.5.0-1 +- Remove zfs-fuse support for x86_64. * Fri Sep 6 2019 openEuler Buildteam - 5.5.0-1 - Support ARM CPU Host Model. - Support Kunpeng-920 CPU.