forked from pool/patterns-server
Accepting request 1146457 from system:install:head
OBS-URL: https://build.opensuse.org/request/show/1146457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-server?expand=0&rev=16
This commit is contained in:
commit
8365dd8ac2
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 14:17:51 UTC 2024 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
- 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 <dfaggioli@suse.com>
|
Wed Nov 29 15:28:43 UTC 2023 - Dario Faggioli <dfaggioli@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package patterns-server
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%package dhcp_dns_server
|
||||||
%pattern_serverfunctions
|
%pattern_serverfunctions
|
||||||
Summary: DHCP and DNS Server
|
Summary: DHCP and DNS Server
|
||||||
@ -196,8 +197,6 @@ Requires: libvirt-daemon-driver-storage-core
|
|||||||
Requires: tftp
|
Requires: tftp
|
||||||
Requires: pattern() = basesystem
|
Requires: pattern() = basesystem
|
||||||
Recommends: libvirt-daemon-qemu
|
Recommends: libvirt-daemon-qemu
|
||||||
Recommends: tigervnc
|
|
||||||
Recommends: virt-install
|
|
||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
Provides: patterns-openSUSE-kvm_server = %{version}
|
Provides: patterns-openSUSE-kvm_server = %{version}
|
||||||
Obsoletes: 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}
|
Provides: patterns-sles-kvm_server = %{version}
|
||||||
Obsoletes: patterns-sles-kvm_server < %{version}
|
Obsoletes: patterns-sles-kvm_server < %{version}
|
||||||
%endif
|
%endif
|
||||||
|
Suggests: tigervnc
|
||||||
|
Suggests: virt-install
|
||||||
|
|
||||||
%description kvm_server
|
%description kvm_server
|
||||||
Software to set up a server for configuring, managing, and monitoring virtual machines on a single physical machine.
|
Software to set up a server for configuring, managing, and monitoring virtual machines on a single physical machine.
|
||||||
|
Loading…
Reference in New Issue
Block a user