Accepting request 964664 from systemsmanagement:cockpit
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/964664 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit-machines?expand=0&rev=5
This commit is contained in:
commit
29ebb852f9
@ -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>
|
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
|
Source10: package-lock.json
|
||||||
Source11: node_modules.spec.inc
|
Source11: node_modules.spec.inc
|
||||||
%include %_sourcedir/node_modules.spec.inc
|
%include %_sourcedir/node_modules.spec.inc
|
||||||
|
Patch0: hide-docs.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -39,15 +40,16 @@ Requires: libvirt-daemon-kvm
|
|||||||
%endif
|
%endif
|
||||||
Requires: libvirt-client
|
Requires: libvirt-client
|
||||||
Requires: libvirt-dbus >= 1.2.0
|
Requires: libvirt-dbus >= 1.2.0
|
||||||
|
Requires: qemu-chardev-spice
|
||||||
|
Requires: qemu-hw-display-qxl
|
||||||
|
Requires: virt-install
|
||||||
# Optional components
|
# Optional components
|
||||||
Recommends: virt-install
|
|
||||||
Recommends: libosinfo
|
Recommends: libosinfo
|
||||||
Recommends: python3-gobject-base
|
Recommends: python3-gobject-base
|
||||||
#
|
#
|
||||||
BuildRequires: cockpit-devel >= 243
|
BuildRequires: cockpit-devel >= 243
|
||||||
BuildRequires: local-npm-registry
|
BuildRequires: local-npm-registry
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
BuildRequires: translate-toolkit
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cockpit component for managing virtual machines.
|
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