diff --git a/libvirt-10.0.0.tar.xz b/libvirt-10.0.0.tar.xz new file mode 100644 index 0000000..92fbf12 --- /dev/null +++ b/libvirt-10.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ece4ff847d18e0b1c791eff01ee92f6fd920152d6f3f0ce9933dc71072026a2 +size 9745256 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..28fa758 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 17 15:58:55 UTC 2024 - James Fehlig + +- Add temporary build fix for ppc64le + bsc#1218823 + +------------------------------------------------------------------- +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..948f76e 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 @@ -904,6 +905,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 +1021,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 \