Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2022-08-26 09:07:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Fri Aug 26 09:07:54 2022 rev:23 rq:999246 version:271 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2022-07-31 23:00:58.311696605 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.2083/cockpit.changes 2022-08-26 09:07:57.505364170 +0200 @@ -1,0 +2,6 @@ +Wed Aug 24 07:37:46 UTC 2022 - Adam Majer <[email protected]> + +- Use a list of available brandings to include in cockpit-ws + package instead of resolving by symlinks. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.ZHXi0z/_old 2022-08-26 09:07:58.433365117 +0200 +++ /var/tmp/diff_new_pack.ZHXi0z/_new 2022-08-26 09:07:58.437365122 +0200 @@ -343,7 +343,7 @@ # remove brandings with stale symlinks. Means they don't match # the distro. pushd %{buildroot}/%{_datadir}/cockpit/branding -find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv +ls --hide={default,kubernetes,opensuse,registry,sle-micro} | xargs rm -rv popd # need this in SUSE as post build checks dislike stale symlinks install -m 644 -D /dev/null %{buildroot}/run/cockpit/motd
