Accepting request 1114875 from Virtualization

- 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/request/show/1114875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=385
This commit is contained in:
Ana Guerrero 2023-10-04 20:30:26 +00:00 committed by Git OBS Bridge
commit ee1b24d377
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456e4a6ee4c6906c2cf8bdc653733bb10f43ecb9fe92ad9d3d575dbfb4dffadf
size 9640872

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e540216c5090a1655cc00c71a97ed56ca5667fc437b378444230d6d870ef12c
size 9653716

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Oct 2 17:10:58 UTC 2023 - James Fehlig <jfehlig@suse.com>
- 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 <jfehlig@suse.com>

View File

@ -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 \