- 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
This commit is contained in:
parent
8bad95cdbc
commit
50121bb2be
3
libvirt-10.0.0.tar.xz
Normal file
3
libvirt-10.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:35236442de6d2614cc3a0ddb5f0196bb32e106bd1215f94195f4528ab460f58e
|
||||||
|
size 9745132
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5fd0a6a87b01a67cb71e2994f02a91a55aae469a917340dbab3881f240c1c95d
|
|
||||||
size 9690736
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 13:06:36 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
- 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 <jfehlig@suse.com>
|
Wed Dec 20 00:45:42 UTC 2023 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
13
libvirt.spec
13
libvirt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libvirt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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_firewalld_zone 0%{!?_without_firewalld_zone:0}
|
||||||
%define with_libssh 0%{!?_without_libssh:0}
|
%define with_libssh 0%{!?_without_libssh:0}
|
||||||
%define with_nbdkit 0%{!?_without_nbdkit: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
|
# Set the OS / architecture specific special cases
|
||||||
|
|
||||||
@ -127,7 +128,7 @@
|
|||||||
|
|
||||||
Name: libvirt
|
Name: libvirt
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
Version: 9.10.0
|
Version: 10.0.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
|
||||||
@ -465,6 +466,8 @@ Requires: %{name}-libs = %{version}-%{release}
|
|||||||
Requires: nfs-utils
|
Requires: nfs-utils
|
||||||
# For mkfs
|
# For mkfs
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
|
# For storage wiping with different algorithms
|
||||||
|
Requires: scrub
|
||||||
%if %{with_qemu}
|
%if %{with_qemu}
|
||||||
# From QEMU RPMs
|
# From QEMU RPMs
|
||||||
Requires: /usr/bin/qemu-img
|
Requires: /usr/bin/qemu-img
|
||||||
@ -904,6 +907,11 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
|||||||
%else
|
%else
|
||||||
%define arg_nbdkit -Dnbdkit=disabled
|
%define arg_nbdkit -Dnbdkit=disabled
|
||||||
%endif
|
%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}
|
%if %{with_apparmor}
|
||||||
%define arg_apparmor -Dapparmor=enabled -Dsecdriver_apparmor=enabled
|
%define arg_apparmor -Dapparmor=enabled -Dsecdriver_apparmor=enabled
|
||||||
%define arg_apparmor_profiles -Dapparmor_profiles=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_numactl} \
|
||||||
%{?arg_numad} \
|
%{?arg_numad} \
|
||||||
%{?arg_nbdkit} \
|
%{?arg_nbdkit} \
|
||||||
|
%{?arg_nbdkit_config_default} \
|
||||||
-Dcapng=enabled \
|
-Dcapng=enabled \
|
||||||
-Dfuse=enabled \
|
-Dfuse=enabled \
|
||||||
-Dnetcf=disabled \
|
-Dnetcf=disabled \
|
||||||
|
Loading…
Reference in New Issue
Block a user