Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit-repos for openSUSE:Factory checked in at 2025-05-26 18:33:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit-repos (Old) and /work/SRC/openSUSE:Factory/.cockpit-repos.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit-repos" Mon May 26 18:33:48 2025 rev:3 rq:1279494 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit-repos/cockpit-repos.changes 2025-03-25 22:21:48.193964910 +0100 +++ /work/SRC/openSUSE:Factory/.cockpit-repos.new.2732/cockpit-repos.changes 2025-05-26 18:35:14.110657791 +0200 @@ -1,0 +2,20 @@ +Fri May 23 08:56:38 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Add load-css-overrides.patch to add branding styling + +------------------------------------------------------------------- +Thu May 15 08:46:49 UTC 2025 - Alice Brooks <alice.bro...@suse.com> + +- Update to version 4.3: + * misc: remove @ts-expect-error as upstream types contain addEventListener + * Makefile: Update Cockpit lib to c3930d9078a11407265af3972911f147 + * cockpit-ci: Update container to 2025-05-10 + * build(deps-dev): bump the stylelint group across 1 directory with 2 updates + * build(deps-dev): bump typescript-eslint/eslint-plugin + * Makefile: Update Cockpit lib to 2d99a737603637846d296fb2627ebedf + * build(deps): bump the patternfly group with 3 updates + * src: fix all off the typescript warnings + * ci: run typecheck on pullrequests + * misc: Add a script for checking types + +------------------------------------------------------------------- Old: ---- cockpit-repos-3.tar.xz update_version.sh New: ---- _servicedata cockpit-repos-4.3.tar.xz load-css-overrides.patch BETA DEBUG BEGIN: New: - Add load-css-overrides.patch to add branding styling BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit-repos.spec ++++++ --- /var/tmp/diff_new_pack.fg1a5Y/_old 2025-05-26 18:35:19.110868574 +0200 +++ /var/tmp/diff_new_pack.fg1a5Y/_new 2025-05-26 18:35:19.110868574 +0200 @@ -16,8 +16,8 @@ # Name: cockpit-repos -Version: 3 -Release: 1%{?dist} +Version: 4.3 +Release: 0%{?dist} Summary: A Cockpit module for managing system repositories URL: https://github.com/openSUSE/cockpit-repos License: LGPL-2.1-or-later @@ -25,8 +25,8 @@ Source0: %{name}-%{version}.tar.xz 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 %if ! 0%{?suse_version} @@ -36,6 +36,7 @@ BuildRequires: nodejs >= 18 %endif BuildRequires: make +BuildRequires: cockpit-devel >= 337 %if 0%{?suse_version} # Suse's package has a different name BuildRequires: appstream-glib @@ -80,11 +81,13 @@ A Cockpit module for managing system repositories %prep -%autosetup +%autosetup -p1 rm -f package-lock.json local-npm-registry %{_sourcedir} install --include=dev --ignore-scripts %build +mkdir -p pkg +cp -r %{_datadir}/cockpit/devel/lib pkg/lib NODE_ENV=production make %install ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.fg1a5Y/_old 2025-05-26 18:35:19.154870429 +0200 +++ /var/tmp/diff_new_pack.fg1a5Y/_new 2025-05-26 18:35:19.158870598 +0200 @@ -1,6 +1,6 @@ -mtime: 1742900523 -commit: b6a7b207e12f16892c3a340b9b5c5d02d5a6b2184c2021387a07481371d70a0c +mtime: 1747990623 +commit: 5fbce9f10ad7a91bf458c4e913dc67f1d9d7c2370b151f3a199f55ecfb1de397 url: https://src.opensuse.org/cockpit/cockpit-repos.git -revision: b6a7b207e12f16892c3a340b9b5c5d02d5a6b2184c2021387a07481371d70a0c +revision: 5fbce9f10ad7a91bf458c4e913dc67f1d9d7c2370b151f3a199f55ecfb1de397 projectscmsync: https://src.opensuse.org/cockpit/_ObsPrj.git ++++++ _service ++++++ --- /var/tmp/diff_new_pack.fg1a5Y/_old 2025-05-26 18:35:19.190871946 +0200 +++ /var/tmp/diff_new_pack.fg1a5Y/_new 2025-05-26 18:35:19.194872115 +0200 @@ -1,9 +1,26 @@ <services> + <service name="tar_scm" mode="manual"> + <param name="scm">git</param> + <param name="url">https://github.com/openSUSE/cockpit-repos</param> + <param name="revision">4.3</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="changesgenerate">enable</param> + <param name="package-meta">yes</param> + </service> + <service name="recompress" mode="manual"> + <param name="file">cockpit-repos*.tar</param> + <param name="compression">xz</param> + </service> + <service name="extract_file" mode="manual"> + <param name="archive">cockpit-repos*.tar.xz</param> + <param name="files">cockpit-repos-*/package-lock.json</param> + </service> <service name="node_modules" mode="manual"> <param name="cpio">node_modules.obscpio</param> <param name="output">node_modules.spec.inc</param> - <param name="source-offset">10000</param> + <param name="source-offset">1000</param> </service> + <service name="set_version" mode="manual"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/cockpit-repos</param> <param name="changesrevision">827816a7f61688d547ec0b346085cfd3df58304f</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ ++++++ cockpit-repos-3.tar.xz -> cockpit-repos-4.3.tar.xz ++++++ ++++ 31742 lines of diff (skipped) ++++++ load-css-overrides.patch ++++++ >From e4bbf3a26871684bdacfd20504398287d296e7e8 Mon Sep 17 00:00:00 2001 From: Alice Brooks <alice.bro...@suse.com> Date: Thu, 22 May 2025 11:31:24 +0100 Subject: [PATCH] Load css overrides --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 4f86366..c1fe970 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="index.js"></script> <script type="text/javascript" src="po.js"></script> -- 2.49.0 ++++++ node_modules.obscpio ++++++ /work/SRC/openSUSE:Factory/cockpit-repos/node_modules.obscpio /work/SRC/openSUSE:Factory/.cockpit-repos.new.2732/node_modules.obscpio differ: char 275538, line 1109 ++++++ node_modules.spec.inc ++++++ ++++ 1001 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-repos/node_modules.spec.inc ++++ and /work/SRC/openSUSE:Factory/.cockpit-repos.new.2732/node_modules.spec.inc ++++++ package-lock.json ++++++ ++++ 2344 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/cockpit-repos/package-lock.json ++++ and /work/SRC/openSUSE:Factory/.cockpit-repos.new.2732/package-lock.json