forked from rpms/leapp
Compare commits
3 Commits
c8-elevate
...
c8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c86bf6d80 | ||
| 0ff5687638 | |||
| 1ff3d09a69 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/leapp-0.20.0.tar.gz
|
||||
SOURCES/leapp-0.21.0.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
a9b310b4ba20d6ce8f3e4e261035f5f0fcf553d7 SOURCES/leapp-0.20.0.tar.gz
|
||||
5b1ef7ebe3cf1cbb271691001d3e7a1a315ab5c1 SOURCES/leapp-0.21.0.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user