diff --git a/libvirt.spec b/libvirt.spec index 71b2fc5..4f6f040 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -93,15 +93,15 @@ # A few optional bits off by default, we enable later %define with_fuse 0 -%define with_sanlock 0 +%define with_sanlock 1 %define with_numad 0 %define with_nbdkit 0 %define with_nbdkit_config_default 0 -%define with_firewalld_zone 0 +%define with_firewalld_zone 1 %define with_netcf 0 -%define with_libssh2 0 -%define with_wireshark 0 -%define with_libssh 0 +%define with_libssh2 1 +%define with_wireshark 1 +%define with_libssh 1 %define with_dmidecode 0 # Finally set the OS / architecture specific special cases @@ -141,7 +141,7 @@ # fuse is used to provide virtualized /proc for LXC %if %{with_lxc} - %define with_fuse 0%{!?_without_fuse:1} + %define with_fuse 0%{!?_without_fuse:0} %endif # Enable sanlock library for lock management with QEMU @@ -271,7 +271,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 Release: 2 -License: GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND OFL-1.1 +License: LGPLv2+ URL: https://libvirt.org/ %if %(echo %{version} | grep -q "\.0$"; echo $?) == 1 @@ -2563,6 +2563,7 @@ exit 0 %changelog * Wed Mar 27 2024 mayunlong - 9.10.0-2 - nodedev: delete mdev +- spec: fix some switch in spec * Thu Feb 29 2024 mayunlong - 9.10.0-1 - Update to 9.10.0 release, Initial package for openEuler.