From 2fd84618e0c91159fe45781ce04d132b81231e2cfec4ec71a0c534e4780adaf6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Feb 2024 16:40:26 +0000 Subject: [PATCH] Accepting request 1144881 from home:dfaggioli:devel:patterns - kvm_server pattern: - stop Recommending tigervnc and virt-install as they're 100% client tools. In fact, it is the kvm_tools pattern that does Require them (leave them as Suggested, for now, just to leave a record of them... but only temporarily). Note that this will result in a different behavior, wrt to the current one. I.e., anyone installing _only_ the kvm_server pattern, will not get those two packages automatically. OBS-URL: https://build.opensuse.org/request/show/1144881 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-server?expand=0&rev=34 --- patterns-server.changes | 13 +++++++++++++ patterns-server.spec | 7 ++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/patterns-server.changes b/patterns-server.changes index 7d782f5..1de21ec 100644 --- a/patterns-server.changes +++ b/patterns-server.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 6 14:17:51 UTC 2024 - Dario Faggioli + +- kvm_server pattern: + - stop Recommending tigervnc and virt-install as they're 100% + client tools. In fact, it is the kvm_tools pattern that does + Require them (leave them as Suggested, for now, just to leave + a record of them... but only temporarily). + +Note that this will result in a different behavior, wrt to the current +one. I.e., anyone installing _only_ the kvm_server pattern, will +not get those two packages automatically. + ------------------------------------------------------------------- Wed Nov 29 15:28:43 UTC 2023 - Dario Faggioli diff --git a/patterns-server.spec b/patterns-server.spec index 0b5976d..241ced9 100644 --- a/patterns-server.spec +++ b/patterns-server.spec @@ -1,7 +1,7 @@ # # spec file for package patterns-server # -# 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 @@ -39,6 +39,7 @@ This particular package contains all the server related patterns ################################################################################ + %package dhcp_dns_server %pattern_serverfunctions Summary: DHCP and DNS Server @@ -196,8 +197,6 @@ Requires: libvirt-daemon-driver-storage-core Requires: tftp Requires: pattern() = basesystem Recommends: libvirt-daemon-qemu -Recommends: tigervnc -Recommends: virt-install %if 0%{?is_opensuse} Provides: patterns-openSUSE-kvm_server = %{version} Obsoletes: patterns-openSUSE-kvm_server < %{version} @@ -205,6 +204,8 @@ Obsoletes: patterns-openSUSE-kvm_server < %{version} Provides: patterns-sles-kvm_server = %{version} Obsoletes: patterns-sles-kvm_server < %{version} %endif +Suggests: tigervnc +Suggests: virt-install %description kvm_server Software to set up a server for configuring, managing, and monitoring virtual machines on a single physical machine.