Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2026-01-17 14:51:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Sat Jan 17 14:51:36 2026 rev:569 rq:1327424 version:5.0.19 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2026-01-07 16:01:08.554437643 +0100 +++ /work/SRC/openSUSE:Factory/.yast2.new.1928/yast2.changes 2026-01-17 14:52:33.921709481 +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.19 + +------------------------------------------------------------------- Old: ---- yast2-5.0.18.tar.bz2 New: ---- yast2-5.0.19.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.Tj1gkm/_old 2026-01-17 14:52:34.573736602 +0100 +++ /var/tmp/diff_new_pack.Tj1gkm/_new 2026-01-17 14:52:34.577736768 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.18 +Version: 5.0.19 Release: 0 Summary: YaST2 Main Package @@ -57,8 +57,19 @@ # log.group call BuildRequires: yast2-ruby-bindings >= 4.5.4 BuildRequires: yast2-testsuite + +# use the standard UI in openSUSE Tumbleweed or Leap +%if 0%{?suse_version} == 1699 || 0%{?is_opensuse} +Requires: yui_backend # Nested items in tables BuildRequires: yast2-ycp-ui-bindings >= 4.3.3 +Requires: yast2-ycp-ui-bindings >= 4.3.3 +%else +# use dummy UI in SLES +BuildRequires: yast2-ycp-ui-bindings-dummy-devel +Requires: yast2-ycp-ui-bindings-dummy +%endif + # for the PackageExtractor tests, just make sure they are present, # these should be installed in the default build anyway BuildRequires: cpio @@ -92,9 +103,6 @@ Requires: yast2-pkg-bindings >= 4.3.7 # log.group Requires: yast2-ruby-bindings >= 4.5.4 -# Nested items in tables -Requires: yast2-ycp-ui-bindings >= 4.3.3 -Requires: yui_backend # scripts for collecting YAST logs Requires: yast2-logs # for the PackageExtractor class, just make sure they are present, ++++++ yast2-5.0.18.tar.bz2 -> yast2-5.0.19.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.18/package/yast2.changes new/yast2-5.0.19/package/yast2.changes --- old/yast2-5.0.18/package/yast2.changes 2026-01-06 14:50:08.000000000 +0100 +++ new/yast2-5.0.19/package/yast2.changes 2026-01-15 15:37:17.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.19 + +------------------------------------------------------------------- Tue Jan 6 13:29:03 UTC 2026 - Martin Vidner <[email protected]> - save_y2logs: Do not use the legacy /var/lib/rpm database path diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.18/package/yast2.spec new/yast2-5.0.19/package/yast2.spec --- old/yast2-5.0.18/package/yast2.spec 2026-01-06 14:50:08.000000000 +0100 +++ new/yast2-5.0.19/package/yast2.spec 2026-01-15 15:37:17.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.18 +Version: 5.0.19 Release: 0 Summary: YaST2 Main Package @@ -57,8 +57,19 @@ # log.group call BuildRequires: yast2-ruby-bindings >= 4.5.4 BuildRequires: yast2-testsuite + +# use the standard UI in openSUSE Tumbleweed or Leap +%if 0%{?suse_version} == 1699 || 0%{?is_opensuse} +Requires: yui_backend # Nested items in tables BuildRequires: yast2-ycp-ui-bindings >= 4.3.3 +Requires: yast2-ycp-ui-bindings >= 4.3.3 +%else +# use dummy UI in SLES +BuildRequires: yast2-ycp-ui-bindings-dummy-devel +Requires: yast2-ycp-ui-bindings-dummy +%endif + # for the PackageExtractor tests, just make sure they are present, # these should be installed in the default build anyway BuildRequires: cpio @@ -92,9 +103,6 @@ Requires: yast2-pkg-bindings >= 4.3.7 # log.group Requires: yast2-ruby-bindings >= 4.5.4 -# Nested items in tables -Requires: yast2-ycp-ui-bindings >= 4.3.3 -Requires: yui_backend # scripts for collecting YAST logs Requires: yast2-logs # for the PackageExtractor class, just make sure they are present,
