From cc8b24ad1bff31c8f40a9183e8d0a94543476641 Mon Sep 17 00:00:00 2001 From: Preston Watson Date: Wed, 13 Dec 2023 11:20:55 -0500 Subject: [PATCH] Bump to version 1.6.1 (#1016) --- convert2rhel/__init__.py | 2 +- packaging/convert2rhel.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/convert2rhel/__init__.py b/convert2rhel/__init__.py index bca800b837..b506b0e8a9 100644 --- a/convert2rhel/__init__.py +++ b/convert2rhel/__init__.py @@ -1,2 +1,2 @@ __metaclass__ = type -__version__ = "1.6.0" +__version__ = "1.6.1" diff --git a/packaging/convert2rhel.spec b/packaging/convert2rhel.spec index 35897a7309..eeb0093014 100644 --- a/packaging/convert2rhel.spec +++ b/packaging/convert2rhel.spec @@ -9,7 +9,7 @@ %endif Name: convert2rhel -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Automates the conversion of RHEL derivative distributions to RHEL @@ -122,6 +122,9 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. %attr(0644,root,root) %{_mandir}/man8/%{name}.8* %changelog +* Wed Dec 13 2023 Preston Watson 1.6.1 +- Fix parsing yumdownloader output with a carriage return + * Fri Dec 08 2023 Preston Watson 1.6.0 - Change Action results so that no information is given in SUCCESS results - Add OVERRIDABLE result to the third party package analysis