17
0

4 Commits

4 changed files with 27 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67e6749bba5340c788402ecd18d6527942e82675e5212c1b6ac8b5b7b2619dff
size 99090

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 15 08:26:47 UTC 2026 - Ladislav Slezák <lslezak@suse.com>
- Drop libyui dependency in SLES (related to bsc#1254978)
- 5.0.6
-------------------------------------------------------------------
Wed Jul 16 13:02:54 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Allow building using CMake 4.0 by bumping the minimum for cmake
to 3.5 (boo#1239788).
- 5.0.5
-------------------------------------------------------------------
Wed May 28 11:44:30 UTC 2025 - Stefan Hundhammer <shundhammer@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package yast2-ruby-bindings
#
# Copyright (c) 2025 SUSE LLC
# 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-ruby-bindings
Version: 5.0.4
Version: 5.0.6
Release: 0
URL: https://github.com/yast/yast-ruby-bindings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +35,18 @@ Requires: rubygem(%{rb_default_ruby_abi}:fast_gettext) < 3.0
BuildRequires: %{rubydevel}
Requires: yast2-core >= 3.2.2
BuildRequires: yast2-core-devel >= 3.2.2
# use the standard UI in openSUSE Tumbleweed or Leap
%if 0%{?suse_version} == 1699 || 0%{?is_opensuse}
# MenuBar-shortcuts-test.rb
Requires: yast2-ycp-ui-bindings >= 4.3.7
BuildRequires: yast2-ycp-ui-bindings-devel >= 4.3.7
%else
# use dummy UI in SLES
Requires: yast2-ycp-ui-bindings-dummy
BuildRequires: yast2-ycp-ui-bindings-dummy-devel
%endif
# requirement for testing locale dependent methods.
# Keep it only build requirement to not force installation of this package everywhere
BuildRequires: glibc-locale