diff --git a/cockpit.changes b/cockpit.changes index 4108ae1..0421525 100644 --- a/cockpit.changes +++ b/cockpit.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Wed Jan 24 12:55:20 UTC 2024 - Adam Majer + +- hide-docs.patch: hide RHEL docs in shell/manifest.json + ------------------------------------------------------------------- Fri Jan 12 16:40:17 UTC 2024 - Adam Majer - enable python-bridge for suse distros +- vendor.tar.gz -- submodules in vendor/ subdirectory. These are not part + of original tarball because obs service wants to bundle node_modules + there too.... ------------------------------------------------------------------- Thu Dec 21 15:22:27 UTC 2023 - Adam Majer - 307 diff --git a/hide-docs.patch b/hide-docs.patch index 71091cc..fa74125 100644 --- a/hide-docs.patch +++ b/hide-docs.patch @@ -109,3 +109,16 @@ Index: cockpit/pkg/users/manifest.json { "label": "Managing user accounts", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-user-accounts-in-the-web-console_system-management-using-the-rhel-8-web-console" +Index: cockpit/pkg/shell/manifest.json +=================================================================== +--- cockpit.orig/pkg/shell/manifest.json ++++ cockpit/pkg/shell/manifest.json +@@ -25,7 +25,7 @@ + "uk-ua": "Українська", + "zh-cn": "中文(中国)" + }, +- "docs": [ ++ "docs-rh": [ + { + "label": "Web Console", + "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/index"