Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.26 for openSUSE:Factory checked in at 2026-06-09 14:14:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.26 (Old) and /work/SRC/openSUSE:Factory/.go1.26.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.26" Tue Jun 9 14:14:23 2026 rev:11 rq:1357956 version:1.26.4 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.26/go1.26.changes 2026-06-05 14:56:09.554031231 +0200 +++ /work/SRC/openSUSE:Factory/.go1.26.new.2375/go1.26.changes 2026-06-09 14:15:04.915627435 +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.26 dependency on update-alternatives fixes bsc#1264395 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.26.spec ++++++ --- /var/tmp/diff_new_pack.JeTI3y/_old 2026-06-09 14:15:06.559695556 +0200 +++ /var/tmp/diff_new_pack.JeTI3y/_new 2026-06-09 14:15:06.563695722 +0200 @@ -60,6 +60,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
