spec: fix some switch in spec.

Signed-off-by: mayunlong <mayunlong6@huawei.com>
This commit is contained in:
MaYunlong 2024-03-27 04:38:16 +08:00
parent 79f2e60eb9
commit b06fd98c80

View File

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