- Update to libvirt 10.0.0

- jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
    jsc#PED-6851
  - Many incremental improvements and bug fixes, see
    https://libvirt.org/news.html#v10-0-0-2024-01-15

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=1016
This commit is contained in:
James Fehlig 2024-01-16 15:06:53 +00:00 committed by Git OBS Bridge
parent 8bad95cdbc
commit 50121bb2be
4 changed files with 23 additions and 5 deletions

3
libvirt-10.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35236442de6d2614cc3a0ddb5f0196bb32e106bd1215f94195f4528ab460f58e
size 9745132

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fd0a6a87b01a67cb71e2994f02a91a55aae469a917340dbab3881f240c1c95d
size 9690736

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 16 13:06:36 UTC 2024 - James Fehlig <jfehlig@suse.com>
- Update to libvirt 10.0.0
- jsc#PED-3226, jsc#PED-3279, jsc#PED-4931, jsc#PED-5432,
jsc#PED-6851
- Many incremental improvements and bug fixes, see
https://libvirt.org/news.html#v10-0-0-2024-01-15
-------------------------------------------------------------------
Wed Dec 20 00:45:42 UTC 2023 - James Fehlig <jfehlig@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libvirt
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -53,6 +53,7 @@
%define with_firewalld_zone 0%{!?_without_firewalld_zone:0}
%define with_libssh 0%{!?_without_libssh:0}
%define with_nbdkit 0%{!?_without_nbdkit:0}
%define with_nbdkit_config_default 0%{!?_without_nbdkit_config_default:0}
# Set the OS / architecture specific special cases
@ -127,7 +128,7 @@
Name: libvirt
URL: https://libvirt.org/
Version: 9.10.0
Version: 10.0.0
Release: 0
Summary: Library providing a virtualization API
License: LGPL-2.1-or-later
@ -465,6 +466,8 @@ Requires: %{name}-libs = %{version}-%{release}
Requires: nfs-utils
# For mkfs
Requires: util-linux
# For storage wiping with different algorithms
Requires: scrub
%if %{with_qemu}
# From QEMU RPMs
Requires: /usr/bin/qemu-img
@ -904,6 +907,11 @@ libvirt plugin for NSS for translating domain names into IP addresses.
%else
%define arg_nbdkit -Dnbdkit=disabled
%endif
%if %{with_nbdkit_config_default}
%define arg_nbdkit_config_default -Dnbdkit_config_default=enabled
%else
%define arg_nbdkit_config_default -Dnbdkit_config_default=disabled
%endif
%if %{with_apparmor}
%define arg_apparmor -Dapparmor=enabled -Dsecdriver_apparmor=enabled
%define arg_apparmor_profiles -Dapparmor_profiles=enabled
@ -1015,6 +1023,7 @@ libvirt plugin for NSS for translating domain names into IP addresses.
%{?arg_numactl} \
%{?arg_numad} \
%{?arg_nbdkit} \
%{?arg_nbdkit_config_default} \
-Dcapng=enabled \
-Dfuse=enabled \
-Dnetcf=disabled \