Skip to content

Commit 120ad4f

Browse files
Venefilynbocekm
authored andcommitted
Bump version to 0.25
Changes in this version include: - 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
1 parent 0d679b4 commit 120ad4f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.24"
1+
__version__ = "0.25"

packaging/convert2rhel.spec

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

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

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

112112
%changelog
113+
* Mon Dec 13 2021 Eric Gustavsson <egustavs@redhat.com> 0.25-1
114+
- Fix python3-cloud-what package issue
115+
- Fix yum distro-sync returning non-zero value for no change
116+
- Fix detection of gcc-c++ and other package names
117+
- Halt when unable to download packages to backup
118+
- Set LANG env var to C, the same as LC_ALL
119+
- Backup /etc/os-release file when converting
120+
- Split log files for each run of convert2rhel
121+
- Fix trailing '%s' in tainted kernel inhibitor message
122+
- Avoid mutable types as default args
123+
- Less verbose messages when backing up files
124+
- Improve timestamp format for breadcrumbs
125+
- Integration tests: Verify system is unregistered during rollback
126+
- Integration tests: Verify non-english LANG env variables
127+
- Integration tests: Fix non-supported kmods tests
128+
113129
* Tue Oct 5 2021 Eric Gustavsson <egustavs@redhat.com> 0.24-1
114130
- Allow converting UEFI-based systems to RHEL 7 and 8
115131
- Fix python 2.6 incompatible code

0 commit comments

Comments
 (0)