Accepting request 1184753 from Virtualization
- Update to libvirt 10.5.0 - Introduce SEV-SNP support - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v10-5-0-2024-07-01 OBS-URL: https://build.opensuse.org/request/show/1184753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=400
This commit is contained in:
commit
c2879badc2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5c70cb7d02807d8e39d8e4eb1e4e85c6b70c11fbf15d63656d0a84096d45031
|
||||
size 9852940
|
3
libvirt-10.5.0.tar.xz
Normal file
3
libvirt-10.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:927e10264170a56f2c08d76e4925d399d329dccfc452d9d93d320c9b4cd5078d
|
||||
size 9871720
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 19:28:17 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Update to libvirt 10.5.0
|
||||
- Introduce SEV-SNP support
|
||||
- Many incremental improvements and bug fixes, see
|
||||
https://libvirt.org/news.html#v10-5-0-2024-07-01
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 18:03:34 UTC 2024 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
10
libvirt.spec
10
libvirt.spec
@ -145,7 +145,7 @@
|
||||
|
||||
Name: libvirt
|
||||
URL: https://libvirt.org/
|
||||
Version: 10.4.0
|
||||
Version: 10.5.0
|
||||
Release: 0
|
||||
Summary: Library providing a virtualization API
|
||||
License: LGPL-2.1-or-later
|
||||
@ -764,10 +764,7 @@ capabilities of VirtualBox
|
||||
%package client
|
||||
Summary: Client side utilities of the libvirt library
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
# Needed by virt-pki-validate script.
|
||||
Requires: cyrus-sasl
|
||||
Requires: bash-completion >= 2.0
|
||||
Requires: gnutls
|
||||
|
||||
# Ensure smooth upgrades
|
||||
Obsoletes: libvirt-bash-completion < 7.3.0
|
||||
@ -1021,6 +1018,8 @@ Allows SSH into domains via VSOCK without need for network.
|
||||
%meson \
|
||||
--libexecdir=%{_libexecdir} \
|
||||
-Drunstatedir=%{_rundir} \
|
||||
-Dunitdir=%{_unitdir} \
|
||||
-Dsysusersdir=%{_sysusersdir} \
|
||||
%{?arg_qemu} \
|
||||
%{?arg_openvz} \
|
||||
%{?arg_lxc} \
|
||||
@ -1199,7 +1198,8 @@ mv %{buildroot}/%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp \
|
||||
%endif
|
||||
|
||||
%check
|
||||
VIR_TEST_DEBUG=1 %meson_test -t 5 --no-suite syntax-check
|
||||
export VIR_TEST_DEBUG=1
|
||||
%meson_test -t 5 --no-suite syntax-check
|
||||
|
||||
# For daemons with only UNIX sockets
|
||||
%define libvirt_daemon_systemd_pre() %service_add_pre %1.socket %1-ro.socket %1-admin.socket %1.service
|
||||
|
Loading…
Reference in New Issue
Block a user