From 7af17877b1b6213302611b685f74611042249a34 Mon Sep 17 00:00:00 2001 From: Freya Gustavsson Date: Tue, 23 Jul 2024 11:38:13 +0000 Subject: [PATCH] Bugfix release v2.0.1 - Fix files being backed up multiple times and causing rollback errors - Fix conversions failing with third-party repositories --- convert2rhel/__init__.py | 2 +- packaging/convert2rhel.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/convert2rhel/__init__.py b/convert2rhel/__init__.py index 38a930dfff..985af4fadc 100644 --- a/convert2rhel/__init__.py +++ b/convert2rhel/__init__.py @@ -1,2 +1,2 @@ __metaclass__ = type -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/packaging/convert2rhel.spec b/packaging/convert2rhel.spec index 1da2706c56..5b927609bb 100644 --- a/packaging/convert2rhel.spec +++ b/packaging/convert2rhel.spec @@ -9,7 +9,7 @@ %endif Name: convert2rhel -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Automates the conversion of RHEL derivative distributions to RHEL @@ -122,6 +122,10 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. %attr(0644,root,root) %{_mandir}/man8/%{name}.8* %changelog +* Tue Jul 23 2024 Freya Gustavsson 2.0.1 +- Fix files being backed up multiple times and causing rollback errors +- Fix conversions failing with third-party repositories + * Mon May 27 2024 Adam Hosek 2.0.0 - Breaking change: Remove deprecated CLI arguments - Breaking change: Remove deprecated latest kernel check env variable