From 27a3e80d696f4ec79fc1d367ccb41bb9c7b81578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 12 Sep 2024 15:43:10 +0200 Subject: [PATCH 1/2] Import the changes from the OBS SLE15-SP6 project --- package/yast2-vm.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/yast2-vm.changes b/package/yast2-vm.changes index 73d92cb..c8d643c 100644 --- a/package/yast2-vm.changes +++ b/package/yast2-vm.changes @@ -9,7 +9,7 @@ Thu Apr 20 15:22:54 MDT 2023 - carnold@suse.com ------------------------------------------------------------------- Fri Mar 03 14:44:07 UTC 2023 - Ladislav Slezák -- Branch package for SP6 (bsc#1208913) +- Bump version to 4.6.0 (bsc#1208913) ------------------------------------------------------------------- Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slezák From 7090c22a98971877d8c28d6ce95dd2a89dc8f61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Fri, 13 Sep 2024 10:30:03 +0200 Subject: [PATCH 2/2] Adapt files for the SLE-15-SP7 branch --- .github/workflows/ci.yml | 10 +++++----- Rakefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afdb177..82ee5f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: # FIXME: no unite tests # Tests: # runs-on: ubuntu-latest - # container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest + # container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest # steps: @@ -35,7 +35,7 @@ jobs: # FIXME: Rubocop is not used here # Rubocop: # runs-on: ubuntu-latest - # container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest + # container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest # steps: @@ -52,7 +52,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: @@ -65,7 +65,7 @@ jobs: # FIXME: no yardops # Yardoc: # runs-on: ubuntu-latest - # container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest + # container: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby:latest # steps: @@ -84,7 +84,7 @@ jobs: fail-fast: false container: - image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby + image: registry.opensuse.org/yast/sle-15/sp7/containers/yast-ruby steps: diff --git a/Rakefile b/Rakefile index 4849ef7..f111ced 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "yast/rake" -Yast::Tasks.submit_to :sle15sp6 +Yast::Tasks.submit_to :sle15sp7 Yast::Tasks.configuration do |conf| #lets ignore license check for now