Skip to content

Commit 3dd65c2

Browse files
committed
Drop libyui dependency in SLES (related to bsc#1254978)
- 5.0.19
1 parent 730f9c3 commit 3dd65c2

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

package/yast2.changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------
2+
Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <lslezak@suse.com>
3+
4+
- Drop libyui dependency in SLES (related to bsc#1254978)
5+
- 5.0.19
6+
17
-------------------------------------------------------------------
28
Tue Jan 6 13:29:03 UTC 2026 - Martin Vidner <mvidner@suse.com>
39

package/yast2.spec

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: yast2
20-
Version: 5.0.18
20+
Version: 5.0.19
2121

2222
Release: 0
2323
Summary: YaST2 Main Package
@@ -57,8 +57,19 @@ BuildRequires: rubygem(%rb_default_ruby_abi:nokogiri)
5757
# log.group call
5858
BuildRequires: yast2-ruby-bindings >= 4.5.4
5959
BuildRequires: yast2-testsuite
60+
61+
# use the standard UI in openSUSE Tumbleweed or Leap
62+
%if 0%{?suse_version} == 1699 || 0%{?is_opensuse}
63+
Requires: yui_backend
6064
# Nested items in tables
6165
BuildRequires: yast2-ycp-ui-bindings >= 4.3.3
66+
Requires: yast2-ycp-ui-bindings >= 4.3.3
67+
%else
68+
# use dummy UI in SLES
69+
BuildRequires: yast2-ycp-ui-bindings-dummy-devel
70+
Requires: yast2-ycp-ui-bindings-dummy
71+
%endif
72+
6273
# for the PackageExtractor tests, just make sure they are present,
6374
# these should be installed in the default build anyway
6475
BuildRequires: cpio
@@ -92,9 +103,6 @@ Requires: yast2-perl-bindings
92103
Requires: yast2-pkg-bindings >= 4.3.7
93104
# log.group
94105
Requires: yast2-ruby-bindings >= 4.5.4
95-
# Nested items in tables
96-
Requires: yast2-ycp-ui-bindings >= 4.3.3
97-
Requires: yui_backend
98106
# scripts for collecting YAST logs
99107
Requires: yast2-logs
100108
# for the PackageExtractor class, just make sure they are present,

0 commit comments

Comments
 (0)