- hide-docs.patch: hide RHEL docs in shell/manifest.json

- vendor.tar.gz -- submodules in vendor/ subdirectory. These are not part
  of original tarball because obs service wants to bundle node_modules
  there too....

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=153
This commit is contained in:
Adam Majer 2024-01-24 12:56:16 +00:00 committed by Git OBS Bridge
parent bcdd0d09db
commit b47a5664ed
2 changed files with 21 additions and 0 deletions

View File

@ -1,7 +1,15 @@
-------------------------------------------------------------------
Wed Jan 24 12:55:20 UTC 2024 - Adam Majer <adam.majer@suse.de>
- hide-docs.patch: hide RHEL docs in shell/manifest.json
-------------------------------------------------------------------
Fri Jan 12 16:40:17 UTC 2024 - Adam Majer <adam.majer@suse.de>
- 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 <adam.majer@suse.de> - 307

View File

@ -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"