From 828518c31f48e77d4fff0a96c146be4a7af4fa9a Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Tue, 30 Jun 2026 20:07:17 +0300 Subject: [PATCH] Bump leapp-framework version Bump the package release --- SOURCES/0002-Bump-framework_version.patch | 26 +++++++++++++++++++++++ SPECS/leapp.spec | 9 +++++--- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 SOURCES/0002-Bump-framework_version.patch diff --git a/SOURCES/0002-Bump-framework_version.patch b/SOURCES/0002-Bump-framework_version.patch new file mode 100644 index 0000000..7e005be --- /dev/null +++ b/SOURCES/0002-Bump-framework_version.patch @@ -0,0 +1,26 @@ +From 5aab7431b2d1db7ca149731e1a4e00df45db6a02 Mon Sep 17 00:00:00 2001 +From: Matej Matuska +Date: Thu, 11 Jun 2026 09:43:49 +0200 +Subject: [PATCH] Bump framework_version + +I forgot to bump it in 66883. +--- + packaging/leapp.spec | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/packaging/leapp.spec b/packaging/leapp.spec +index 0fde883..8bb258a 100644 +--- a/packaging/leapp.spec ++++ b/packaging/leapp.spec +@@ -13,7 +13,7 @@ + # This is kind of help for more flexible development of leapp repository, + # so people do not have to wait for new official release of leapp to ensure + # it is installed/used the compatible one. +-%global framework_version 6.5 ++%global framework_version 6.6 + + # IMPORTANT: everytime the requirements are changed, increment number by one + # - same for Provides in deps subpackage +-- +2.54.0 + diff --git a/SPECS/leapp.spec b/SPECS/leapp.spec index d0491e1..3727e61 100644 --- a/SPECS/leapp.spec +++ b/SPECS/leapp.spec @@ -37,7 +37,7 @@ Name: leapp Version: 0.21.0 -Release: 1%{?dist} +Release: 2%{?dist}.elevate.1 Summary: OS & Application modernization framework License: ASL 2.0 @@ -65,7 +65,7 @@ Requires: leapp-repository # PATCHES HERE # Patch0001: filename.patch -Patch0001: 0001-cli-Add-possibility-to-specify-aliases-for-CLI-optio.patch +Patch0002: 0001-Bump-framework_version.patch %description Leapp utility provides the possibility to use the Leapp framework via CLI. @@ -162,7 +162,7 @@ Requires: findutils # APPLY REGISTERED PATCHES HERE # %%patch -P 0001 -p1 -%patch -P 0001 -p1 +%patch -P 0002 -p1 ################################################## # Build @@ -247,6 +247,9 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/ # no files here %changelog +* Tue Jun 30 2026 Yuriy Kohut - 0.21.0-2.elevate.1 +- Add patch to bump leapp-framework version to 6.6 + * Tue Feb 10 2026 Matej Matuska - 0.21.0 - Rebase to version 0.21.0 - Resolves: RHEL-128270