Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.25 for openSUSE:Factory checked in at 2026-06-09 14:21:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.25 (Old) and /work/SRC/openSUSE:Factory/.go1.25.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.25" Tue Jun 9 14:21:25 2026 rev:19 rq:1357951 version:1.25.11 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.25/go1.25.changes 2026-06-05 14:56:58.568058256 +0200 +++ /work/SRC/openSUSE:Factory/.go1.25.new.2375/go1.25.changes 2026-06-09 14:25:34.093625666 +0200 @@ -1,0 +2,7 @@ +Thu Jun 4 11:32:39 UTC 2026 - Jeff Kowalczyk <[email protected]> + +- Packaging: Enable libalternatives for SLE16.1 and Tumbleweed + Refs boo#1245878 + * Drop go1.25 dependency on update-alternatives fixes bsc#1264394 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.25.spec ++++++ --- /var/tmp/diff_new_pack.Uk3yYe/_old 2026-06-09 14:25:35.649689984 +0200 +++ /var/tmp/diff_new_pack.Uk3yYe/_new 2026-06-09 14:25:35.653690150 +0200 @@ -1,7 +1,7 @@ # # spec file for package go1.25 # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,6 +56,10 @@ # with_libalternatives denotes whether or not libalternatives should be used # if it is not used, then update-alternatives is used instead %define with_libalternatives 0 +# Enable libalternatives for SLE16.1+ and Tumbleweed +%if 0%{suse_version} >= 1610 +%define with_libalternatives 1 +%endif # with_update_alternatives is automatically defined, based on the # value of with_libalternatives
