Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cockpit-machines for
openSUSE:Factory checked in at 2022-03-24 22:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cockpit-machines (Old)
and /work/SRC/openSUSE:Factory/.cockpit-machines.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-machines"
Thu Mar 24 22:58:32 2022 rev:5 rq:964664 version:243.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/cockpit-machines/cockpit-machines.changes
2022-02-04 21:52:45.415002873 +0100
+++
/work/SRC/openSUSE:Factory/.cockpit-machines.new.1900/cockpit-machines.changes
2022-03-24 23:00:44.512409322 +0100
@@ -1,0 +2,16 @@
+Mon Mar 14 22:37:04 UTC 2022 - Jacek Tomasiak <[email protected]>
+
+- Hide links pointing to RHEL docs, hide-docs.patch (bsc#1197003)
+
+-------------------------------------------------------------------
+Thu Mar 10 15:41:35 UTC 2022 - Jacek Tomasiak <[email protected]>
+
+- Require virt-install and qemu display drivers needed to start
+ new VMs (bsc#1196971)
+
+-------------------------------------------------------------------
+Mon Jan 31 09:50:20 UTC 2022 - Jacek Tomasiak <[email protected]>
+
+- Remove translate-toolkit which is not available in SLE
+
+-------------------------------------------------------------------
New:
----
hide-docs.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cockpit-machines.spec ++++++
--- /var/tmp/diff_new_pack.zWF4kC/_old 2022-03-24 23:00:45.880410643 +0100
+++ /var/tmp/diff_new_pack.zWF4kC/_new 2022-03-24 23:00:45.888410650 +0100
@@ -28,6 +28,7 @@
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 @@
%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.
++++++ hide-docs.patch ++++++
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"