Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit-podman for openSUSE:Factory checked in at 2022-06-18 22:05:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit-podman (Old) and /work/SRC/openSUSE:Factory/.cockpit-podman.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-podman" Sat Jun 18 22:05:36 2022 rev:9 rq:983430 version:49.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit-podman/cockpit-podman.changes 2022-05-01 18:53:43.791170824 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit-podman.new.1548/cockpit-podman.changes 2022-06-18 22:05:44.779618302 +0200 @@ -1,0 +2,11 @@ +Fri Jun 17 10:11:13 UTC 2022 - Adam Majer <[email protected]> + +- load-css-overrides.patch: css overrides for better theming support + +------------------------------------------------------------------- +Fri Jun 10 13:34:10 UTC 2022 - Adam Majer <[email protected]> + +- new version 49.1 + https://github.com/cockpit-project/cockpit-podman/releases/tag/49.1 + +------------------------------------------------------------------- Old: ---- cockpit-podman-33.tar.gz New: ---- cockpit-podman-49.1.tar.gz load-css-overrides.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit-podman.spec ++++++ --- /var/tmp/diff_new_pack.Bg09PO/_old 2022-06-18 22:05:46.075620143 +0200 +++ /var/tmp/diff_new_pack.Bg09PO/_new 2022-06-18 22:05:46.079620149 +0200 @@ -17,7 +17,7 @@ Name: cockpit-podman -Version: 33 +Version: 49.1 Release: 0 Summary: Cockpit component for Podman containers License: LGPL-2.1-or-later @@ -26,13 +26,14 @@ 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 Requires: cockpit-shell >= 138 Requires: podman >= 2.0.4 # -BuildRequires: cockpit-devel >= 237 +BuildRequires: cockpit-devel >= 271 BuildRequires: local-npm-registry BuildRequires: sassc @@ -41,10 +42,12 @@ %prep %autosetup -p1 +rm -r node_modules local-npm-registry %{_sourcedir} install --with=dev %build -cp -r %{_datadir}/cockpit/devel/lib src/lib +mkdir -p pkg/lib +cp -r %{_datadir}/cockpit/devel/lib/* pkg/lib npm run build ++++++ cockpit-podman-33.tar.gz -> cockpit-podman-49.1.tar.gz ++++++ ++++ 29080 lines of diff (skipped) ++++++ load-css-overrides.patch ++++++ >From c2129ba4abc8cdea0129c6fd1437bd905e947aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= <[email protected]> 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 <http://www.gnu.org/licenses/>. <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="index.css"> + <link href="../../static/css-overrides.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="../base1/cockpit.js"></script> <script type="text/javascript" src="po.js"></script> -- 2.36.1 ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit-podman/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit-podman.new.1548/node_modules.obscpio differ: char 48, line 1 ++++++ node_modules.spec.inc ++++++ ++++ 1337 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-podman/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit-podman.new.1548/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 14162 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-podman/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit-podman.new.1548/package-lock.json
