Accepting request 1139524 from Virtualization

- Add temporary build fix for ppc64le
  bsc#1218823

- 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/request/show/1139524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=390
This commit is contained in:
Ana Guerrero 2024-01-21 22:07:40 +00:00 committed by Git OBS Bridge
commit 132d82c00c
4 changed files with 27 additions and 5 deletions

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ece4ff847d18e0b1c791eff01ee92f6fd920152d6f3f0ce9933dc71072026a2
size 9745256

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fd0a6a87b01a67cb71e2994f02a91a55aae469a917340dbab3881f240c1c95d
size 9690736

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 17 15:58:55 UTC 2024 - James Fehlig <jfehlig@suse.com>
- Add temporary build fix for ppc64le
bsc#1218823
-------------------------------------------------------------------
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>

View File

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