diff --git a/.gitignore b/.gitignore index 7e990a1..9ff14fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/leapp-0.16.0.tar.gz +SOURCES/leapp-0.17.0.tar.gz diff --git a/.leapp.metadata b/.leapp.metadata index 6fd30fe..75d47f6 100644 --- a/.leapp.metadata +++ b/.leapp.metadata @@ -1 +1 @@ -55a4e79ef32020e0fe16e34afe6b128cdc1b3613 SOURCES/leapp-0.16.0.tar.gz +7df86035fcdb5151b609e3f657203a1f91a9364c SOURCES/leapp-0.17.0.tar.gz diff --git a/SPECS/leapp.spec b/SPECS/leapp.spec index 449119b..033f989 100644 --- a/SPECS/leapp.spec +++ b/SPECS/leapp.spec @@ -36,8 +36,8 @@ %endif Name: leapp -Version: 0.16.0 -Release: 2%{?dist} +Version: 0.17.0 +Release: 1%{?dist} Summary: OS & Application modernization framework License: ASL 2.0 @@ -66,6 +66,7 @@ Requires: leapp-repository # PATCHES HERE # Patch0001: filename.patch + %description Leapp utility provides the possibility to use the Leapp framework via CLI. The utility itself does not define any subcommands but "help". All leapp @@ -242,6 +243,14 @@ install -m 0644 -p man/leapp.1 %{buildroot}%{_mandir}/man1/ # no files here %changelog +* Tue Feb 13 2024 Toshio Kuratomi - - 0.17.0-1 +- Rebase to upstream version v0.17.0. +- Resolves: RHEL-21451 + +* Fri Jan 12 2024 Petr Stodulka - 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 - 0.16.0-2 - Bump leapp-framework to 5.0 - Resolves: #2223312