From 35a3a2e8d40fcb77ae636b8d3aec3b7483847ab5 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 1 Sep 2023 22:30:00 +0200 Subject: [PATCH 1/2] Bump version to 4.6.0 --- package/yast2-ruby-bindings.changes | 5 +++++ package/yast2-ruby-bindings.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package/yast2-ruby-bindings.changes b/package/yast2-ruby-bindings.changes index 3289170..ce3c8ec 100644 --- a/package/yast2-ruby-bindings.changes +++ b/package/yast2-ruby-bindings.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 01 19:57:03 UTC 2023 - Josef Reidinger + +- Branch package for SP6 (bsc#1208913) + ------------------------------------------------------------------- Mon Oct 24 12:51:30 UTC 2022 - Ladislav Slezák diff --git a/package/yast2-ruby-bindings.spec b/package/yast2-ruby-bindings.spec index ddd88a2..c37b356 100644 --- a/package/yast2-ruby-bindings.spec +++ b/package/yast2-ruby-bindings.spec @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 4.5.4 +Version: 4.6.0 Release: 0 URL: https://github.com/yast/yast-ruby-bindings BuildRoot: %{_tmppath}/%{name}-%{version}-build From dc848a8c39bb084dd2b1086f0ac45869e44bd910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 6 Sep 2024 08:46:09 +0200 Subject: [PATCH 2/2] Adapt files for the SLE-15-SP7 branch --- .github/workflows/ci.yml | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4434cd3..cf75136 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: Package: runs-on: ubuntu-latest container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-cpp:latest + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-cpp:latest steps: diff --git a/Rakefile b/Rakefile index 0d0ac2a..a138682 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 require "rbconfig" Yast::Tasks.configuration do |conf|