Compare commits
2 Commits
c8
...
c8-elevate
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d1ed787eb | |||
|
|
65f8a08d06 |
23
SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch
Normal file
23
SOURCES/0008-Fix-version-to-0.19.0-as-expected.patch
Normal 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
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
Name: leapp
|
Name: leapp
|
||||||
Version: 0.19.0
|
Version: 0.19.0
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}.elevate.1
|
||||||
Summary: OS & Application modernization framework
|
Summary: OS & Application modernization framework
|
||||||
|
|
||||||
License: ASL 2.0
|
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
|
Patch0005: 0005-chore-deps-update-sclorg-testing-farm-as-github-acti.patch
|
||||||
Patch0006: 0006-Remove-7to8-CI-tests.patch
|
Patch0006: 0006-Remove-7to8-CI-tests.patch
|
||||||
Patch0007: 0007-Update-.packit.yaml-to-fix-failing-rhui-job.patch
|
Patch0007: 0007-Update-.packit.yaml-to-fix-failing-rhui-job.patch
|
||||||
|
Patch0008: 0008-Fix-version-to-0.19.0-as-expected.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Leapp utility provides the possibility to use the Leapp framework via CLI.
|
Leapp utility provides the possibility to use the Leapp framework via CLI.
|
||||||
@ -177,6 +178,7 @@ Requires: findutils
|
|||||||
%patch -P 0005 -p1
|
%patch -P 0005 -p1
|
||||||
%patch -P 0006 -p1
|
%patch -P 0006 -p1
|
||||||
%patch -P 0007 -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
|
# no files here
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 14 2025 Petr Stodulka <pstodulk@redhat.com> - 0.19.0-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user