From de90167c6096272c5d227055f820fea4789e5c0c5790e374cc186a9e27a11b70 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 17 Jun 2022 10:07:39 +0000 Subject: [PATCH] Accepting request 982642 from home:dgdavid:branches:systemsmanagement:cockpit Start loading a custom CSS file For changing the Cockpit appearance using the CSS overrides workaround described at https://github.com/cockpit-project/cockpit/pull/17437 OBS-URL: https://build.opensuse.org/request/show/982642 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-podman?expand=0&rev=24 --- cockpit-podman.spec | 1 + load-css-overrides.patch | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 load-css-overrides.patch diff --git a/cockpit-podman.spec b/cockpit-podman.spec index 7c26b75..5aff45c 100644 --- a/cockpit-podman.spec +++ b/cockpit-podman.spec @@ -26,6 +26,7 @@ Source: cockpit-podman-%{version}.tar Source10: package-lock.json Source11: node_modules.spec.inc %include %_sourcedir/node_modules.spec.inc +Patch1: load-css-overrides.patch BuildArch: noarch BuildRequires: appstream-glib Requires: cockpit-bridge >= 138 diff --git a/load-css-overrides.patch b/load-css-overrides.patch new file mode 100644 index 0000000..53a3814 --- /dev/null +++ b/load-css-overrides.patch @@ -0,0 +1,26 @@ +From c2129ba4abc8cdea0129c6fd1437bd905e947aca Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= +Date: Mon, 13 Jun 2022 21:32:24 +0100 +Subject: [PATCH] Start loading a custom CSS file + +For changing the Cockpit appearance using the CSS overrides workaround +described at https://github.com/cockpit-project/cockpit/pull/17437 +--- + src/index.html | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/index.html b/src/index.html +index 6963aaf..01ec06d 100644 +--- a/src/index.html ++++ b/src/index.html +@@ -23,6 +23,7 @@ along with this package; If not, see . + + + ++ + + + +-- +2.36.1 +