|
|
@ -7,7 +7,7 @@
|
|
|
|
# it. In case of upstream, dependencies are set differently, but YUM is not
|
|
|
|
# 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
|
|
|
|
# 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.
|
|
|
|
# simplified deps in RHEL to ensure that YUM can deal with it.
|
|
|
|
%global framework_version 3.1
|
|
|
|
%global framework_version 5.0
|
|
|
|
|
|
|
|
|
|
|
|
# IMPORTANT: everytime the requirements are changed, increment number by one
|
|
|
|
# IMPORTANT: everytime the requirements are changed, increment number by one
|
|
|
|
# - same for Provides in deps subpackage
|
|
|
|
# - same for Provides in deps subpackage
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: leapp
|
|
|
|
Name: leapp
|
|
|
|
Version: 0.15.1
|
|
|
|
Version: 0.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: OS & Application modernization framework
|
|
|
|
Summary: OS & Application modernization framework
|
|
|
|
|
|
|
|
|
|
|
@ -66,7 +66,6 @@ Requires: leapp-repository
|
|
|
|
# PATCHES HERE
|
|
|
|
# PATCHES HERE
|
|
|
|
# Patch0001: filename.patch
|
|
|
|
# Patch0001: filename.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.
|
|
|
|
The utility itself does not define any subcommands but "help". All leapp
|
|
|
|
The utility itself does not define any subcommands but "help". All leapp
|
|
|
@ -159,7 +158,6 @@ Requires: findutils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# APPLY REGISTERED PATCHES HERE
|
|
|
|
# APPLY REGISTERED PATCHES HERE
|
|
|
|
# %%patch0001 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##################################################
|
|
|
|
##################################################
|
|
|
@ -243,6 +241,49 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/
|
|
|
|
# no files here
|
|
|
|
# no files here
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 16 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.18.0-1
|
|
|
|
|
|
|
|
- Rebase to new upstream version 0.18.0.
|
|
|
|
|
|
|
|
- Properly close file descriptors for executed shell commands.
|
|
|
|
|
|
|
|
- Resolves: RHEL-27848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.17.0-3
|
|
|
|
|
|
|
|
- Fix broken leapp db queries on rerun
|
|
|
|
|
|
|
|
- Port all code to be Python-3.12 compatible.
|
|
|
|
|
|
|
|
- Resolves: RHEL-40363
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2024 Toshio Kuratomi <toshio@fedoraproject.org> - 0.17.0-2
|
|
|
|
|
|
|
|
- Minor improvement of the summary overview in the console output.
|
|
|
|
|
|
|
|
- Store metadata about the LEAPP plugins inside leapp audit db.
|
|
|
|
|
|
|
|
- Prevent leapp from starting if an instance is already runnning.
|
|
|
|
|
|
|
|
- Resolves: RHEL-27848, RHEL-25407
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 13 2024 Toshio Kuratomi <toshio@fedoraproject.org> - - 0.17.0-1
|
|
|
|
|
|
|
|
- Rebase to upstream version v0.17.0.
|
|
|
|
|
|
|
|
- Resolves: RHEL-21451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 12 2024 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-3
|
|
|
|
|
|
|
|
- Add external links to the text version of the generated report file
|
|
|
|
|
|
|
|
- Resolves: RHEL-21451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-2
|
|
|
|
|
|
|
|
- Bump leapp-framework to 5.0
|
|
|
|
|
|
|
|
- Resolves: #2223312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Petr Stodulka <pstodulk@redhat.com> - 0.16.0-1
|
|
|
|
|
|
|
|
- Rebase to v0.16.0
|
|
|
|
|
|
|
|
- Bump leapp-framework to 5.0
|
|
|
|
|
|
|
|
- Improve the report overview to include also information about errors
|
|
|
|
|
|
|
|
- Distinguish errors from valid reports in the generated txt report file
|
|
|
|
|
|
|
|
- Resolves: #2223312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Petr Stodulka <pstodulk@redhat.com> - 0.15.1-2
|
|
|
|
|
|
|
|
- Bump leapp-framework to 4.0
|
|
|
|
|
|
|
|
- Improve the report summary output to make it more visible
|
|
|
|
|
|
|
|
- Fix processing data in remediation instructions with non-ascii characters
|
|
|
|
|
|
|
|
- Fix creation of Dialog for Component without choices
|
|
|
|
|
|
|
|
- Store tracebacks from actors in leapp.db
|
|
|
|
|
|
|
|
- Resolves: #2223312
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 21 2023 Petr Stodulka <pstodulk@redhat.com> - 0.15.1-1
|
|
|
|
* Tue Feb 21 2023 Petr Stodulka <pstodulk@redhat.com> - 0.15.1-1
|
|
|
|
- Rebase to v0.15.1
|
|
|
|
- Rebase to v0.15.1
|
|
|
|
- Change DAC for /var/lib/leapp to 0700 to make it accessible for root only
|
|
|
|
- Change DAC for /var/lib/leapp to 0700 to make it accessible for root only
|
|
|
|