Accepting request 962467 from home:jtomasiak:branches:systemsmanagement:cockpit
- Hide links pointing to RHEL docs, hide-docs.patch (bsc#1197003) - Require virt-install and qemu display drivers needed to start new VMs (bsc#1196971) - Remove translate-toolkit which is not available in SLE OBS-URL: https://build.opensuse.org/request/show/962467 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=7
This commit is contained in:
parent
e72a5a5171
commit
8c4c4f7639
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 22:37:04 UTC 2022 - Jacek Tomasiak <jtomasiak@suse.com>
|
||||
|
||||
- Hide links pointing to RHEL docs, hide-docs.patch (bsc#1197003)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 15:41:35 UTC 2022 - Jacek Tomasiak <jtomasiak@suse.com>
|
||||
|
||||
- Require virt-install and qemu display drivers needed to start
|
||||
new VMs (bsc#1196971)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 09:50:20 UTC 2022 - Jacek Tomasiak <jtomasiak@suse.com>
|
||||
|
||||
- Remove translate-toolkit which is not available in SLE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 10:53:18 UTC 2022 - Jacek Tomasiak <jtomasiak@suse.com>
|
||||
|
||||
|
@ -28,6 +28,7 @@ Source: cockpit-machines.tar
|
||||
Source10: package-lock.json
|
||||
Source11: node_modules.spec.inc
|
||||
%include %_sourcedir/node_modules.spec.inc
|
||||
Patch0: hide-docs.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: make
|
||||
@ -39,15 +40,16 @@ Requires: libvirt-daemon-kvm
|
||||
%endif
|
||||
Requires: libvirt-client
|
||||
Requires: libvirt-dbus >= 1.2.0
|
||||
Requires: qemu-chardev-spice
|
||||
Requires: qemu-hw-display-qxl
|
||||
Requires: virt-install
|
||||
# Optional components
|
||||
Recommends: virt-install
|
||||
Recommends: libosinfo
|
||||
Recommends: python3-gobject-base
|
||||
#
|
||||
BuildRequires: cockpit-devel >= 243
|
||||
BuildRequires: local-npm-registry
|
||||
BuildRequires: sassc
|
||||
BuildRequires: translate-toolkit
|
||||
|
||||
%description
|
||||
Cockpit component for managing virtual machines.
|
||||
|
13
hide-docs.patch
Normal file
13
hide-docs.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/manifest.json b/src/manifest.json
|
||||
index a945d46..3980eb2 100644
|
||||
--- a/src/manifest.json
|
||||
+++ b/src/manifest.json
|
||||
@@ -8,7 +8,7 @@
|
||||
"label": "Virtual Machines",
|
||||
"path": "index.html",
|
||||
"order": 60,
|
||||
- "docs": [
|
||||
+ "docs-rh": [
|
||||
{
|
||||
"label": "Managing virtual machines",
|
||||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-virtual-machines-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
Loading…
Reference in New Issue
Block a user