From 65f8a08d066b5d6ee1dfcee059f19d679bc961bb Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Fri, 1 Aug 2025 14:05:36 +0300 Subject: [PATCH] Fix version to 0.19.0 as expected Bump the package release --- ...08-Fix-version-to-0.19.0-as-expected.patch | 23 +++++++++++++++++++ SPECS/leapp.spec | 7 +++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch diff --git a/SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch b/SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch new file mode 100644 index 0000000..12e29a4 --- /dev/null +++ b/SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch @@ -0,0 +1,23 @@ +From 46acce63842cacb7ac95a63f64277222daf53522 Mon Sep 17 00:00:00 2001 +From: Petr Stodulka +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 + diff --git a/SPECS/leapp.spec b/SPECS/leapp.spec index 8bea8a6..6ab336e 100644 --- a/SPECS/leapp.spec +++ b/SPECS/leapp.spec @@ -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 - 0.19.0-3.elevate.1 +- Fix version to 0.19.0 as expected + * Wed May 14 2025 Petr Stodulka - 0.19.0-3 - Rebuild -- 2.47.3