Skip to content

Commit 7af1787

Browse files
committed
Bugfix release v2.0.1
- Fix files being backed up multiple times and causing rollback errors - Fix conversions failing with third-party repositories
1 parent 2c10552 commit 7af1787

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__metaclass__ = type
2-
__version__ = "2.0.0"
2+
__version__ = "2.0.1"

packaging/convert2rhel.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: convert2rhel
12-
Version: 2.0.0
12+
Version: 2.0.1
1313
Release: 1%{?dist}
1414
Summary: Automates the conversion of RHEL derivative distributions to RHEL
1515

@@ -122,6 +122,10 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
122122
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*
123123

124124
%changelog
125+
* Tue Jul 23 2024 Freya Gustavsson <fgustavs@redhat.com> 2.0.1
126+
- Fix files being backed up multiple times and causing rollback errors
127+
- Fix conversions failing with third-party repositories
128+
125129
* Mon May 27 2024 Adam Hosek <ahosek@redhat.com> 2.0.0
126130
- Breaking change: Remove deprecated CLI arguments
127131
- Breaking change: Remove deprecated latest kernel check env variable

0 commit comments

Comments
 (0)