Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2026-01-17 14:51:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Sat Jan 17 14:51:33 2026 rev:449 rq:1327419 version:5.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2025-12-15 11:35:26.773559299 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new.1928/yast2-packager.changes 2026-01-17 14:52:31.545610652 +0100 @@ -1,0 +2,6 @@ +Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <[email protected]> + +- Drop libyui dependency in SLES (related to bsc#1254978) +- 5.0.11 + +------------------------------------------------------------------- Old: ---- yast2-packager-5.0.10.tar.bz2 New: ---- yast2-packager-5.0.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.QXsODV/_old 2026-01-17 14:52:32.497650250 +0100 +++ /var/tmp/diff_new_pack.QXsODV/_new 2026-01-17 14:52:32.497650250 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-packager # -# 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 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 5.0.10 +Version: 5.0.11 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later @@ -72,8 +72,13 @@ Requires: rubygem(%{rb_default_ruby_abi}:nokogiri) # parsing URI Requires: rubygem(%{rb_default_ruby_abi}:cgi) + +# require a libyui-pkg package only in openSUSE Tumbleweed or Leap +%if 0%{?suse_version} == 1699 || 0%{?is_opensuse} # One of libyui-qt-pkg, libyui-ncurses-pkg, libyui-gtk-pkg Requires: libyui_pkg +%endif + Requires: ruby-solv Requires: yast2-ruby-bindings >= 1.0.0 ++++++ yast2-packager-5.0.10.tar.bz2 -> yast2-packager-5.0.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-5.0.10/package/yast2-packager.changes new/yast2-packager-5.0.11/package/yast2-packager.changes --- old/yast2-packager-5.0.10/package/yast2-packager.changes 2025-12-04 13:40:12.000000000 +0100 +++ new/yast2-packager-5.0.11/package/yast2-packager.changes 2026-01-15 15:33:28.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <[email protected]> + +- Drop libyui dependency in SLES (related to bsc#1254978) +- 5.0.11 + +------------------------------------------------------------------- Wed Dec 3 12:33:19 UTC 2025 - Josef Reidinger <[email protected]> - Add dependency on rubygem-cgi which is separated in ruby4. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-5.0.10/package/yast2-packager.spec new/yast2-packager-5.0.11/package/yast2-packager.spec --- old/yast2-packager-5.0.10/package/yast2-packager.spec 2025-12-04 13:40:12.000000000 +0100 +++ new/yast2-packager-5.0.11/package/yast2-packager.spec 2026-01-15 15:33:28.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 5.0.10 +Version: 5.0.11 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later @@ -72,8 +72,13 @@ Requires: rubygem(%{rb_default_ruby_abi}:nokogiri) # parsing URI Requires: rubygem(%{rb_default_ruby_abi}:cgi) + +# require a libyui-pkg package only in openSUSE Tumbleweed or Leap +%if 0%{?suse_version} == 1699 || 0%{?is_opensuse} # One of libyui-qt-pkg, libyui-ncurses-pkg, libyui-gtk-pkg Requires: libyui_pkg +%endif + Requires: yast2-ruby-bindings >= 1.0.0 Requires: ruby-solv
