1
0
forked from rpms/leapp

Bump leapp-framework version

Bump the package release
This commit is contained in:
Yuriy Kohut 2026-06-30 20:07:17 +03:00
parent 8e33369957
commit b3a6d0f1f5
2 changed files with 32 additions and 3 deletions

View File

@ -0,0 +1,26 @@
From 5aab7431b2d1db7ca149731e1a4e00df45db6a02 Mon Sep 17 00:00:00 2001
From: Matej Matuska <mmatuska@redhat.com>
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

View File

@ -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: 0002-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 <ykohut@almalinux.org> - 0.21.0-2.elevate.1
- Add patch to bump leapp-framework version to 6.6
* Tue Feb 10 2026 Matej Matuska <mmatuska@redhat.com> - 0.21.0
- Rebase to version 0.21.0
- Resolves: RHEL-128270