Skip to content

Commit

Permalink
Bugfix release v2.0.1
Browse files Browse the repository at this point in the history
- Fix files being backed up multiple times and causing rollback errors
- Fix conversions failing with third-party repositories
  • Loading branch information
Venefilyn committed Jul 23, 2024
1 parent 2c10552 commit 7af1787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__metaclass__ = type
__version__ = "2.0.0"
__version__ = "2.0.1"
6 changes: 5 additions & 1 deletion packaging/convert2rhel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 <[email protected]> 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 <[email protected]> 2.0.0
- Breaking change: Remove deprecated CLI arguments
- Breaking change: Remove deprecated latest kernel check env variable
Expand Down

0 comments on commit 7af1787

Please sign in to comment.