diff --git a/cockpit-machines.changes b/cockpit-machines.changes index 4bcc7c3..4a4a05f 100644 --- a/cockpit-machines.changes +++ b/cockpit-machines.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 14 22:37:04 UTC 2022 - Jacek Tomasiak + +- Hide links pointing to RHEL docs, hide-docs.patch (bsc#1197003) + +------------------------------------------------------------------- +Thu Mar 10 15:41:35 UTC 2022 - Jacek Tomasiak + +- Require virt-install and qemu display drivers needed to start + new VMs (bsc#1196971) + +------------------------------------------------------------------- +Mon Jan 31 09:50:20 UTC 2022 - Jacek Tomasiak + +- Remove translate-toolkit which is not available in SLE + ------------------------------------------------------------------- Fri Jan 28 10:53:18 UTC 2022 - Jacek Tomasiak diff --git a/cockpit-machines.spec b/cockpit-machines.spec index 01ac4be..4e639dd 100644 --- a/cockpit-machines.spec +++ b/cockpit-machines.spec @@ -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. diff --git a/hide-docs.patch b/hide-docs.patch new file mode 100644 index 0000000..04b37dd --- /dev/null +++ b/hide-docs.patch @@ -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"