|
9 | 9 | %endif |
10 | 10 |
|
11 | 11 | Name: convert2rhel |
12 | | -Version: 1.6.1 |
| 12 | +Version: 1.7.0 |
13 | 13 | Release: 1%{?dist} |
14 | 14 | Summary: Automates the conversion of RHEL derivative distributions to RHEL |
15 | 15 |
|
@@ -122,6 +122,36 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. |
122 | 122 | %attr(0644,root,root) %{_mandir}/man8/%{name}.8* |
123 | 123 |
|
124 | 124 | %changelog |
| 125 | + |
| 126 | +* Thu Feb 22 2024 Freya Gustavsson <[email protected]> 1.7.0 |
| 127 | +- Compare the release part of the c2r rpm NEVRA |
| 128 | +- Update remediation key to match leapp report metadata |
| 129 | +- Rewrite the log messages using the word "unsupported" in is_loaded_kernel_latest() |
| 130 | +- Update latest kernel check with OVERRIDABLE results |
| 131 | +- Change `ignore` to `disregard` in messages |
| 132 | +- Add remediation to overridable result in package updates action |
| 133 | +- Add OVERRIDABLE result to tainted kernel module check |
| 134 | +- Replace the word `skip` in report messages |
| 135 | +- Change OVERRIDABLE result to WARNING message in package update action |
| 136 | +- Port RestorableFile to BackupController |
| 137 | +- Port certs and restorable key to backup module |
| 138 | +- Port RestorablePackageSet to packages module |
| 139 | +- Add preconversion analysis check for device PART_ENTRY_NUMBER |
| 140 | +- Add diagnosis for failures in validating yum transaction |
| 141 | +- Duplicate package check for preconversion analysis |
| 142 | +- Always save conversion facts file |
| 143 | +- Host metering |
| 144 | +- Specify a full path to the called modinfo utility |
| 145 | +- Fix Alma Linux 8 packages being seen as third-party |
| 146 | +- Collect environment variables in breadcrumbs |
| 147 | +- Refactor logger to not require root |
| 148 | +- Reduce timeout for the internet connectivity check |
| 149 | +- Fix file clash in NewRestorableFile |
| 150 | +- Move logger initialization to initialize module |
| 151 | +- Swap base os specific packages |
| 152 | +- Port the repo backup to RestorableFile |
| 153 | +- Add shim-x64 to the exclude list for Alma 8 |
| 154 | + |
125 | 155 | * Wed Dec 13 2023 Preston Watson <[email protected]> 1.6.1 |
126 | 156 | - Fix parsing yumdownloader output with a carriage return |
127 | 157 |
|
|
0 commit comments