diff --git a/cockpit-subscriptions.spec b/cockpit-subscriptions.spec index 4690267..cefc736 100644 --- a/cockpit-subscriptions.spec +++ b/cockpit-subscriptions.spec @@ -26,6 +26,7 @@ Source10: package-lock.json Source11: node_modules.spec.inc Source12: update_version.sh %include %_sourcedir/node_modules.spec.inc +Patch10: load-css-overrides.patch BuildArch: noarch BuildRequires: local-npm-registry @@ -61,7 +62,7 @@ Provides: bundled(npm(tslib)) = 2.8.1 A Cockpit module for managing and registering subscriptions %prep -%autosetup +%autosetup -p1 rm -f package-lock.json local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts diff --git a/load-css-overrides.patch b/load-css-overrides.patch new file mode 100644 index 0000000..172b8d0 --- /dev/null +++ b/load-css-overrides.patch @@ -0,0 +1,24 @@ +From 508eb7e9e3e0dcc1c78fe5990ec5703497fff3d2 Mon Sep 17 00:00:00 2001 +From: Alice Brooks +Date: Thu, 22 May 2025 11:37:35 +0100 +Subject: [PATCH] Add patch to include css-overrides + +--- + src/index.html | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/index.html b/src/index.html +index 0ab9c45..45125b4 100644 +--- a/src/index.html ++++ b/src/index.html +@@ -23,6 +23,7 @@ along with this package; If not, see . + + + ++ + + + +-- +2.49.0 +