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:
commit
ee1b24d377
@ -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
3
libvirt-9.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e540216c5090a1655cc00c71a97ed56ca5667fc437b378444230d6d870ef12c
|
||||||
|
size 9653716
|
@ -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>
|
Wed Sep 6 20:01:14 UTC 2023 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
10
libvirt.spec
10
libvirt.spec
@ -126,7 +126,7 @@
|
|||||||
|
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
Version: 9.7.0
|
Version: 9.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library providing a virtualization API
|
Summary: Library providing a virtualization API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -138,6 +138,7 @@ Requires: %{name}-daemon-config-nwfilter = %{version}-%{release}
|
|||||||
Requires: %{name}-daemon-driver-libxl = %{version}-%{release}
|
Requires: %{name}-daemon-driver-libxl = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
|
Requires: %{name}-client-qemu = %{version}-%{release}
|
||||||
Requires: %{name}-daemon-driver-qemu = %{version}-%{release}
|
Requires: %{name}-daemon-driver-qemu = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
%if %{with_vbox}
|
%if %{with_vbox}
|
||||||
@ -205,6 +206,7 @@ BuildRequires: libapparmor-devel
|
|||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: ebtables
|
BuildRequires: ebtables
|
||||||
BuildRequires: iptables
|
BuildRequires: iptables
|
||||||
|
BuildRequires: libnbd-devel
|
||||||
BuildRequires: polkit >= 0.112
|
BuildRequires: polkit >= 0.112
|
||||||
# For mount/umount in FS driver
|
# For mount/umount in FS driver
|
||||||
BuildRequires: util-linux
|
BuildRequires: util-linux
|
||||||
@ -599,6 +601,9 @@ Requires: qemu-uefi-aarch64
|
|||||||
%if %{with_numad}
|
%if %{with_numad}
|
||||||
Suggests: numad
|
Suggests: numad
|
||||||
%endif
|
%endif
|
||||||
|
Recommends: nbdkit
|
||||||
|
Recommends: nbdkit-curl-plugin
|
||||||
|
Recommends: nbdkit-ssh-plugin
|
||||||
|
|
||||||
%description daemon-driver-qemu
|
%description daemon-driver-qemu
|
||||||
The qemu driver plugin for the libvirtd daemon, providing
|
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
|
%build
|
||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
%define arg_qemu -Ddriver_qemu=enabled
|
%define arg_qemu -Ddriver_qemu=enabled
|
||||||
|
%define arg_libnbd -Dlibnbd=enabled
|
||||||
%else
|
%else
|
||||||
%define arg_qemu -Ddriver_qemu=disabled
|
%define arg_qemu -Ddriver_qemu=disabled
|
||||||
|
%define arg_libnbd -Dlibnbd=disabled
|
||||||
%endif
|
%endif
|
||||||
%if %{with_openvz}
|
%if %{with_openvz}
|
||||||
%define arg_openvz -Ddriver_openvz=enabled
|
%define arg_openvz -Ddriver_openvz=enabled
|
||||||
@ -1018,6 +1025,7 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
|||||||
-Dyajl=enabled \
|
-Dyajl=enabled \
|
||||||
%{?arg_sanlock} \
|
%{?arg_sanlock} \
|
||||||
-Dlibpcap=enabled \
|
-Dlibpcap=enabled \
|
||||||
|
%{?arg_libnbd} \
|
||||||
-Dlibnl=enabled \
|
-Dlibnl=enabled \
|
||||||
-Daudit=enabled \
|
-Daudit=enabled \
|
||||||
-Ddtrace=enabled \
|
-Ddtrace=enabled \
|
||||||
|
Loading…
Reference in New Issue
Block a user