From 50121bb2beafef247412959a1b4fb971f63d13e233e85c613304b56acfefc675 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 16 Jan 2024 15:06:53 +0000 Subject: [PATCH] - 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 --- libvirt-10.0.0.tar.xz | 3 +++ libvirt-9.10.0.tar.xz | 3 --- libvirt.changes | 9 +++++++++ libvirt.spec | 13 +++++++++++-- 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 libvirt-10.0.0.tar.xz delete mode 100644 libvirt-9.10.0.tar.xz diff --git a/libvirt-10.0.0.tar.xz b/libvirt-10.0.0.tar.xz new file mode 100644 index 0000000..5b6ba30 --- /dev/null +++ b/libvirt-10.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35236442de6d2614cc3a0ddb5f0196bb32e106bd1215f94195f4528ab460f58e +size 9745132 diff --git a/libvirt-9.10.0.tar.xz b/libvirt-9.10.0.tar.xz deleted file mode 100644 index be9aaaf..0000000 --- a/libvirt-9.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd0a6a87b01a67cb71e2994f02a91a55aae469a917340dbab3881f240c1c95d -size 9690736 diff --git a/libvirt.changes b/libvirt.changes index f355369..4a17ca3 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 16 13:06:36 UTC 2024 - James Fehlig + +- 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 diff --git a/libvirt.spec b/libvirt.spec index 7fcfe14..9618ff7 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 \