From 254cdd4a817201150794e84da3a5706a33620c6f Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 19 Jan 2024 17:15:57 +0100 Subject: [PATCH] Fix the changelog (passed with invalid ticket number) Resolves: RHEL-16729 --- leapp-repository.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/leapp-repository.spec b/leapp-repository.spec index 133c38c..0c4b99c 100644 --- a/leapp-repository.spec +++ b/leapp-repository.spec @@ -42,7 +42,7 @@ py2_byte_compile "%1" "%2"} Name: leapp-repository Version: 0.19.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Repositories for leapp License: ASL 2.0 @@ -420,13 +420,13 @@ done; # no files here %changelog -* Thu Jan 18 2024 Petr Stodulka - 0.19.0-8 +* Fri Jan 19 2024 Petr Stodulka - 0.19.0-9 - Do not try to download data files anymore when missing as the service is obsoleted since the data is part of installed packages - Update error messages and reports when installed upgrade data files are malformed or missing to instruct user how to resolve it - Update the leapp upgrade data files - bump data stream to "3.0" -- Resolves: RHEL-18298 +- Resolves: RHEL-16729 * Fri Jan 12 2024 Petr Stodulka - 0.19.0-7 - Add detection of possible usage of OpenSSL IBMCA engine on IBM Z machines