Fix version to 0.19.0 #1

Merged
alukoshko merged 1 commits from ykohut/leapp:c8-elevate into c8-elevate 2025-08-01 12:59:58 +00:00
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,23 @@
From 46acce63842cacb7ac95a63f64277222daf53522 Mon Sep 17 00:00:00 2001
From: Petr Stodulka <pstodulk@redhat.com>
Date: Fri, 30 May 2025 16:32:57 +0200
Subject: [PATCH] Fix version to 0.19.0 as expected
The leapp version specification has moved to a separate file, but
has not been updated recently and contains still 0.18.0. Update
the value to match the reality.
---
leapp/__version__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/leapp/__version__.py b/leapp/__version__.py
index d532691..0eebcef 100644
--- a/leapp/__version__.py
+++ b/leapp/__version__.py
@@ -1,2 +1,2 @@
-VERSION = "0.18.0"
+VERSION = "0.19.0"
FULL_VERSION = VERSION
--
2.49.0

View File

@ -37,7 +37,7 @@
Name: leapp
Version: 0.19.0
Release: 3%{?dist}
Release: 3%{?dist}.elevate.1
Summary: OS & Application modernization framework
License: ASL 2.0
@ -73,6 +73,7 @@ Patch0004: 0004-Fix-CLI-allow-to-set-falsy-values-as-default.patch
Patch0005: 0005-chore-deps-update-sclorg-testing-farm-as-github-acti.patch
Patch0006: 0006-Remove-7to8-CI-tests.patch
Patch0007: 0007-Update-.packit.yaml-to-fix-failing-rhui-job.patch
Patch0008: 0008-Fix-version-to-0.19.0-as-expected.patch
%description
Leapp utility provides the possibility to use the Leapp framework via CLI.
@ -177,6 +178,7 @@ Requires: findutils
%patch -P 0005 -p1
%patch -P 0006 -p1
%patch -P 0007 -p1
%patch -P 0008 -p1
##################################################
@ -262,6 +264,9 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/
# no files here
%changelog
* Fri Aug 01 2025 Yuriy Kohut <ykohut@almalinux.org> - 0.19.0-3.elevate.1
- Fix version to 0.19.0 as expected
* Wed May 14 2025 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-3
- Rebuild