Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.25 #392

Merged
merged 1 commit into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.24"
__version__ = "0.25"
18 changes: 17 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: 0.24
Version: 0.25
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

Expand Down Expand Up @@ -110,6 +110,22 @@ install -p man/%{name}.8 %{buildroot}%{_mandir}/man8/
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%changelog
* Mon Dec 13 2021 Eric Gustavsson <egustavs@redhat.com> 0.25-1
- Fix python3-cloud-what package issue
- Fix yum distro-sync returning non-zero value for no change
- Fix detection of gcc-c++ and other package names
- Halt when unable to download packages to backup
- Set LANG env var to C, the same as LC_ALL
- Backup /etc/os-release file when converting
- Split log files for each run of convert2rhel
- Fix trailing '%s' in tainted kernel inhibitor message
- Avoid mutable types as default args
- Less verbose messages when backing up files
- Improve timestamp format for breadcrumbs
- Integration tests: Verify system is unregistered during rollback
- Integration tests: Verify non-english LANG env variables
- Integration tests: Fix non-supported kmods tests

* Tue Oct 5 2021 Eric Gustavsson <egustavs@redhat.com> 0.24-1
- Allow converting UEFI-based systems to RHEL 7 and 8
- Fix python 2.6 incompatible code
Expand Down