From 0857fd4b55825f121e13465924c13cb86dde7234 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Wed, 18 Jun 2025 20:53:04 +0800 Subject: [PATCH] Add require virt-install to support creating virtual machines --- cockpit-machines.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cockpit-machines.spec b/cockpit-machines.spec index 946c5c3..093f5c0 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -1,6 +1,6 @@ Name: cockpit-machines Version: 320 -Release: 1 +Release: 2 Summary: Cockpit user interface for virtual machines License: LGPL-2.1-or-later AND MIT URL: https://github.com/cockpit-project/cockpit-machines @@ -23,8 +23,8 @@ Recommends: libvirt-daemon-driver-storage-disk Requires: qemu-kvm Requires: libvirt-client Requires: libvirt-dbus >= 1.2.0 +Requires: virt-install >= 3.0.0 # Optional components -Recommends: virt-install >= 3.0.0 Recommends: libosinfo Recommends: python3-gobject-base Suggests: (qemu-virtiofsd or virtiofsd) @@ -67,8 +67,6 @@ Provides: bundled(npm(xterm)) = 4.19.0 %description Cockpit component for managing virtual machines. -If "virt-install" is installed, you can also create new virtual machines. - %prep %setup -q -n %{name} @@ -86,5 +84,8 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Wed Jun 18 2025 Han Jinpeng - 320-2 +- add require virt-install to support creating virtual machines + * Sun Sep 29 2024 liweigang - 320-1 - init package. -- Gitee