|
9 | 9 | %endif |
10 | 10 |
|
11 | 11 | Name: convert2rhel |
12 | | -Version: 1.1 |
| 12 | +Version: 1.2 |
13 | 13 | Release: 1%{?dist} |
14 | 14 | Summary: Automates the conversion of RHEL derivative distributions to RHEL |
15 | 15 |
|
@@ -124,6 +124,26 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. |
124 | 124 | %attr(0644,root,root) %{_mandir}/man8/%{name}.8* |
125 | 125 |
|
126 | 126 | %changelog |
| 127 | +* Mon Feb 22 2023 Eric Gustavsson <egustavs@redhat.com> 1.2 |
| 128 | +- Remove RHEL 6 conversion capability |
| 129 | +- Check for kernel boot files after conversion |
| 130 | +- Allow overriding the kernel module inhibitor |
| 131 | +- Remove shim-x64 related workaround for Oracle Linux 7 |
| 132 | +- Always print the RHSM rollback task "title" |
| 133 | +- Verify both RHSM org and key is passed |
| 134 | +- Improve logging and handling of RHSM facts |
| 135 | +- Change the debug FILE label in log file to DEBUG |
| 136 | +- Add progress indicators for the main package replacement |
| 137 | +- Man/help page to mention config file location |
| 138 | +- Enable opt out for telemetry |
| 139 | +- Hide RHSM username and org from logs and breadcrumbs |
| 140 | +- Fix conversion with "LANGUAGE" envar |
| 141 | +- Deduplicate log messages about imported keys |
| 142 | +- Update address for internet connection check |
| 143 | +- Fix a traceback when checking if the latest kernel is loaded |
| 144 | +- Make TASK log messages consistent |
| 145 | +- Fix partition number usage when creating RHEL UEFI bootloader entry |
| 146 | + |
127 | 147 | * Wed Nov 30 2022 Eric Gustavsson <egustavs@redhat.com> 1.1 |
128 | 148 | - Add RHEL 8.6 among the supported EUS minor versions |
129 | 149 | - Merge yum transactions into a single one to improve stability |
|
0 commit comments