1
0
forked from rpms/leapp

Compare commits

...

3 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
6c86bf6d80 import CS git leapp-0.21.0-1.el8_10 2026-05-19 17:26:21 -04:00
0ff5687638 Import from CS git 2026-05-14 14:22:43 +00:00
1ff3d09a69 Import from CS git 2025-12-01 11:28:31 +00:00
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/leapp-0.20.0.tar.gz
SOURCES/leapp-0.21.0.tar.gz

View File

@ -1 +1 @@
a9b310b4ba20d6ce8f3e4e261035f5f0fcf553d7 SOURCES/leapp-0.20.0.tar.gz
5b1ef7ebe3cf1cbb271691001d3e7a1a315ab5c1 SOURCES/leapp-0.21.0.tar.gz

View File

@ -7,7 +7,7 @@
# it. In case of upstream, dependencies are set differently, but YUM is not
# capable enough to deal with them correctly all the time; we continue to use
# simplified deps in RHEL to ensure that YUM can deal with it.
%global framework_version 6.1
%global framework_version 6.2
# IMPORTANT: everytime the requirements are changed, increment number by one
# - same for Provides in deps subpackage
@ -36,7 +36,7 @@
%endif
Name: leapp
Version: 0.20.0
Version: 0.21.0
Release: 1%{?dist}
Summary: OS & Application modernization framework
@ -162,7 +162,6 @@ Requires: findutils
# APPLY REGISTERED PATCHES HERE
# %%patch -P 0001 -p1
##################################################
# Build
##################################################
@ -246,6 +245,15 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/
# no files here
%changelog
* Tue Feb 10 2026 Matej Matuska <mmatuska@redhat.com> - 0.21.0
- Rebase to version 0.21.0
- Resolves: RHEL-128270
* Thu Nov 13 2025 Karolina Kula <kkula@redhat.com> - 0.20.0-2
- Bump leapp-framework to 6.2
- Add possibility to specify aliases for CLI option
- Resolves: RHEL-128270
* Thu Aug 14 2025 Karolina Kula <kkula@redhat.com> - 0.20.0-1
- Rebase to new upstream 0.20.0
- Resolves: RHEL-67625