Accepting request 1246814 from Virtualization
- spec: Add note about packages with no files bsc#1237228 OBS-URL: https://build.opensuse.org/request/show/1246814 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvirt?expand=0&rev=416
This commit is contained in:
commit
7ad55a2571
BIN
libvirt-11.0.0.obscpio
(Stored with Git LFS)
BIN
libvirt-11.0.0.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Feb 3 21:44:39 UTC 2025 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libvirt
|
name: libvirt
|
||||||
version: 11.0.0
|
version: 11.0.0
|
||||||
mtime: 1738617363
|
mtime: 1739921897
|
||||||
commit: 05a6d9975019b45c305d1dc12e14b6d4b1212e68
|
commit: 0ed2c9498847072100830796f111150c11c2317a
|
||||||
|
23
libvirt.spec
23
libvirt.spec
@ -112,14 +112,15 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Items to exclude in ALP-based products
|
# Items to exclude in SLFO:Main based products
|
||||||
%if 0%{?suse_version} == 1600
|
%if 0%{?suse_version} == 1600
|
||||||
%define with_libxl 0
|
|
||||||
%define with_apparmor 0
|
%define with_apparmor 0
|
||||||
%define with_interface 0
|
|
||||||
%define with_sanlock 0
|
|
||||||
%define with_numad 0
|
|
||||||
%define with_esx 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
|
%define with_storage_gluster 0
|
||||||
%endif
|
%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
|
Linux instance. The library aims to provide long term stable C API
|
||||||
to interact with Linux virtualization technologies.
|
to interact with Linux virtualization technologies.
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: API reference and website documentation for libvirt
|
Summary: API reference and website documentation for libvirt
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -600,6 +603,8 @@ The storage driver plugin for the libvirtd daemon, providing
|
|||||||
an implementation of the storage APIs using LVM, iSCSI,
|
an implementation of the storage APIs using LVM, iSCSI,
|
||||||
parted and more.
|
parted and more.
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package daemon-driver-qemu
|
%package daemon-driver-qemu
|
||||||
Summary: Qemu driver plugin for the libvirtd daemon
|
Summary: Qemu driver plugin for the libvirtd daemon
|
||||||
Requires: %{name}-daemon-common = %{version}-%{release}
|
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
|
Server side daemon and driver required to manage the virtualization
|
||||||
capabilities of the QEMU emulators
|
capabilities of the QEMU emulators
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package daemon-lxc
|
%package daemon-lxc
|
||||||
Summary: Server side daemon & driver required to run LXC guests
|
Summary: Server side daemon & driver required to run LXC guests
|
||||||
%if %{with_modular_daemons}
|
%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
|
Server side daemon and driver required to manage the virtualization
|
||||||
capabilities of LXC
|
capabilities of LXC
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package daemon-xen
|
%package daemon-xen
|
||||||
Summary: Server side daemon & driver required to run XEN guests
|
Summary: Server side daemon & driver required to run XEN guests
|
||||||
%if %{with_modular_daemons}
|
%if %{with_modular_daemons}
|
||||||
@ -741,6 +750,8 @@ Requires: xen
|
|||||||
Server side daemon and driver required to manage the virtualization
|
Server side daemon and driver required to manage the virtualization
|
||||||
capabilities of XEN
|
capabilities of XEN
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package daemon-vbox
|
%package daemon-vbox
|
||||||
Summary: Server side daemon & driver required to run VirtualBox guests
|
Summary: Server side daemon & driver required to run VirtualBox guests
|
||||||
%if ! %{with_modular_daemons}
|
%if ! %{with_modular_daemons}
|
||||||
@ -763,6 +774,8 @@ Requires: virtualbox < 5.3
|
|||||||
Server side daemon and driver required to manage the virtualization
|
Server side daemon and driver required to manage the virtualization
|
||||||
capabilities of VirtualBox
|
capabilities of VirtualBox
|
||||||
|
|
||||||
|
This package does not contain files, it just requires the necessary packages.
|
||||||
|
|
||||||
%package client
|
%package client
|
||||||
Summary: Client side utilities of the libvirt library
|
Summary: Client side utilities of the libvirt library
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user