Sync from SUSE:SLFO:Main libvirt revision 3af7915f7a18f8eb50f0c0d155f2007b

This commit is contained in:
Adrian Schröter 2025-02-28 18:01:24 +01:00
parent 0bedb45c7b
commit 993612ca6c
4 changed files with 34 additions and 9 deletions

BIN
libvirt-11.0.0.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Feb 24 19:06:04 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Adjust downstream patch 'Add virt-create-rootfs utility' to only
install virt-create-rootfs when building the LXC driver
-------------------------------------------------------------------
Tue Feb 18 23:48:40 UTC 2025 - James Fehlig <jfehlig@suse.com>
- spec: Add note about packages with no files
bsc#1237228
-------------------------------------------------------------------
Mon Feb 3 21:44:39 UTC 2025 - James Fehlig <jfehlig@suse.com>

View File

@ -1,4 +1,4 @@
name: libvirt
version: 11.0.0
mtime: 1738617363
commit: 05a6d9975019b45c305d1dc12e14b6d4b1212e68
mtime: 1740421278
commit: 4a13e8ff03786281b0e3e228ec388e836664a526

View File

@ -112,14 +112,15 @@
%endif
%endif
# Items to exclude in ALP-based products
# Items to exclude in SLFO:Main based products
%if 0%{?suse_version} == 1600
%define with_libxl 0
%define with_apparmor 0
%define with_interface 0
%define with_sanlock 0
%define with_numad 0
%define with_esx 0
%define with_interface 0
%define with_libxl 0
%define with_lxc 0
%define with_numad 0
%define with_sanlock 0
%define with_storage_gluster 0
%endif
@ -301,6 +302,8 @@ on a single hardware system where the basic resources are driven by a
Linux instance. The library aims to provide long term stable C API
to interact with Linux virtualization technologies.
This package does not contain files, it just requires the necessary packages.
%package doc
Summary: API reference and website documentation for libvirt
BuildArch: noarch
@ -600,6 +603,8 @@ The storage driver plugin for the libvirtd daemon, providing
an implementation of the storage APIs using LVM, iSCSI,
parted and more.
This package does not contain files, it just requires the necessary packages.
%package daemon-driver-qemu
Summary: Qemu driver plugin for the libvirtd daemon
Requires: %{name}-daemon-common = %{version}-%{release}
@ -698,6 +703,8 @@ Requires: %{name}-daemon-driver-storage = %{version}-%{release}
Server side daemon and driver required to manage the virtualization
capabilities of the QEMU emulators
This package does not contain files, it just requires the necessary packages.
%package daemon-lxc
Summary: Server side daemon & driver required to run LXC guests
%if %{with_modular_daemons}
@ -719,6 +726,8 @@ Requires: %{name}-daemon-driver-storage = %{version}-%{release}
Server side daemon and driver required to manage the virtualization
capabilities of LXC
This package does not contain files, it just requires the necessary packages.
%package daemon-xen
Summary: Server side daemon & driver required to run XEN guests
%if %{with_modular_daemons}
@ -741,6 +750,8 @@ Requires: xen
Server side daemon and driver required to manage the virtualization
capabilities of XEN
This package does not contain files, it just requires the necessary packages.
%package daemon-vbox
Summary: Server side daemon & driver required to run VirtualBox guests
%if ! %{with_modular_daemons}
@ -763,6 +774,8 @@ Requires: virtualbox < 5.3
Server side daemon and driver required to manage the virtualization
capabilities of VirtualBox
This package does not contain files, it just requires the necessary packages.
%package client
Summary: Client side utilities of the libvirt library
Requires: %{name}-libs = %{version}-%{release}