From 28a758c687d579f15a944ecfb1ed00841faaf5eb2548cee67ffff915713dc5ce Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 2 Oct 2023 21:16:39 +0000 Subject: [PATCH] - Update to libvirt 9.8.0 (jsc#PED-3279) - bsc#1215708 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v9-8-0-2023-10-02 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=1005 --- libvirt-9.7.0.tar.xz | 3 --- libvirt-9.8.0.tar.xz | 3 +++ libvirt.changes | 8 ++++++++ libvirt.spec | 10 +++++++++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 libvirt-9.7.0.tar.xz create mode 100644 libvirt-9.8.0.tar.xz diff --git a/libvirt-9.7.0.tar.xz b/libvirt-9.7.0.tar.xz deleted file mode 100644 index 3901f59..0000000 --- a/libvirt-9.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:456e4a6ee4c6906c2cf8bdc653733bb10f43ecb9fe92ad9d3d575dbfb4dffadf -size 9640872 diff --git a/libvirt-9.8.0.tar.xz b/libvirt-9.8.0.tar.xz new file mode 100644 index 0000000..085cdb2 --- /dev/null +++ b/libvirt-9.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e540216c5090a1655cc00c71a97ed56ca5667fc437b378444230d6d870ef12c +size 9653716 diff --git a/libvirt.changes b/libvirt.changes index 8f57782..0984bb3 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 2 17:10:58 UTC 2023 - James Fehlig + +- Update to libvirt 9.8.0 (jsc#PED-3279) + - bsc#1215708 + - Many incremental improvements and bug fixes, see + https://libvirt.org/news.html#v9-8-0-2023-10-02 + ------------------------------------------------------------------- Wed Sep 6 20:01:14 UTC 2023 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 9fef43d..ded7131 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -126,7 +126,7 @@ Name: libvirt URL: https://libvirt.org/ -Version: 9.7.0 +Version: 9.8.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later @@ -138,6 +138,7 @@ Requires: %{name}-daemon-config-nwfilter = %{version}-%{release} Requires: %{name}-daemon-driver-libxl = %{version}-%{release} %endif %if %{with_qemu} +Requires: %{name}-client-qemu = %{version}-%{release} Requires: %{name}-daemon-driver-qemu = %{version}-%{release} %endif %if %{with_vbox} @@ -205,6 +206,7 @@ BuildRequires: libapparmor-devel BuildRequires: cyrus-sasl-devel BuildRequires: ebtables BuildRequires: iptables +BuildRequires: libnbd-devel BuildRequires: polkit >= 0.112 # For mount/umount in FS driver BuildRequires: util-linux @@ -599,6 +601,9 @@ Requires: qemu-uefi-aarch64 %if %{with_numad} Suggests: numad %endif +Recommends: nbdkit +Recommends: nbdkit-curl-plugin +Recommends: nbdkit-ssh-plugin %description daemon-driver-qemu The qemu driver plugin for the libvirtd daemon, providing @@ -811,8 +816,10 @@ libvirt plugin for NSS for translating domain names into IP addresses. %build %if %{with_qemu} %define arg_qemu -Ddriver_qemu=enabled + %define arg_libnbd -Dlibnbd=enabled %else %define arg_qemu -Ddriver_qemu=disabled + %define arg_libnbd -Dlibnbd=disabled %endif %if %{with_openvz} %define arg_openvz -Ddriver_openvz=enabled @@ -1018,6 +1025,7 @@ libvirt plugin for NSS for translating domain names into IP addresses. -Dyajl=enabled \ %{?arg_sanlock} \ -Dlibpcap=enabled \ + %{?arg_libnbd} \ -Dlibnl=enabled \ -Daudit=enabled \ -Ddtrace=enabled \