From 96e2045d633c3834f23d47320781f32ab09a62f6 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Tue, 16 Jul 2024 17:39:02 +0200 Subject: [PATCH 1/3] Prepare for SLE-15 SP7 --- control/control.leanos.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/control/control.leanos.xml b/control/control.leanos.xml index fe155b8..8d6d8bc 100644 --- a/control/control.leanos.xml +++ b/control/control.leanos.xml @@ -161,36 +161,36 @@ textdomain="control" true - SUSE Linux Enterprise Server 15 SP6 Business Critical Linux + SUSE Linux Enterprise Server 15 SP7 Business Critical Linux SLES_BCL - 15.6 + 15.7 sle-15-$arch x86_64 - SUSE Linux Enterprise Server 15 SP6 + SUSE Linux Enterprise Server 15 SP7 SLES - 15.6 + 15.7 sle-15-$arch - SUSE Linux Enterprise Real Time 15 SP6 + SUSE Linux Enterprise Real Time 15 SP7 SLE_RT - 15.6 + 15.7 sle-15-$arch x86_64 - SUSE Linux Enterprise Server for SAP Applications 15 SP6 + SUSE Linux Enterprise Server for SAP Applications 15 SP7 SLES_SAP - 15.6 + 15.7 sle-15-$arch ppc64le,x86_64 - SUSE Linux Enterprise Desktop 15 SP6 + SUSE Linux Enterprise Desktop 15 SP7 SLED - 15.6 + 15.7 sle-15-$arch x86_64 From d24802ef0dda82eb2818a02c9635fd3c8680441b Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Tue, 16 Jul 2024 17:42:12 +0200 Subject: [PATCH 2/3] Version bump and change log --- package/skelcd-control-leanos.changes | 6 ++++++ package/skelcd-control-leanos.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/skelcd-control-leanos.changes b/package/skelcd-control-leanos.changes index 8949dd2..786336f 100644 --- a/package/skelcd-control-leanos.changes +++ b/package/skelcd-control-leanos.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 16 15:40:22 UTC 2024 - Stefan Hundhammer + +- Branch package for SLE-15 SP7 (bsc#1227775) +- 15.7.0 + ------------------------------------------------------------------- Wed Mar 13 13:39:00 UTC 2024 - Ladislav Slezák diff --git a/package/skelcd-control-leanos.spec b/package/skelcd-control-leanos.spec index 769889a..c146c2a 100644 --- a/package/skelcd-control-leanos.spec +++ b/package/skelcd-control-leanos.spec @@ -100,7 +100,7 @@ Requires: sap-installation-wizard URL: https://github.com/yast/skelcd-control-leanos AutoReqProv: off -Version: 15.6.4 +Version: 15.7.0 Release: 0 Summary: Leanos control file needed for installation License: MIT From 323a1fbf1e242fa03db77ae816520e6b3b610398 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Tue, 16 Jul 2024 17:49:14 +0200 Subject: [PATCH 3/3] Change rake target to sle15sp7 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index dd45ea8..f1895d3 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