-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.3.2" | ||
__version__ = "1.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%endif | ||
|
||
Name: convert2rhel | ||
Version: 1.3.2 | ||
Version: 1.4.0 | ||
Release: 1%{?dist} | ||
Summary: Automates the conversion of RHEL derivative distributions to RHEL | ||
|
||
|
@@ -122,6 +122,19 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. | |
%attr(0644,root,root) %{_mandir}/man8/%{name}.8* | ||
|
||
%changelog | ||
* Thu Sep 07 2023 Michal Bocek <[email protected]> 1.4.0 | ||
- Add `convert2rhel analysis` as a new CLI subcommand | ||
- Stop uninstalling subscription-mananager and unregistering the system by default | ||
- Remove 8.4 from supported EUS versions | ||
- Allow a pre-conversion report action to report multiple messages | ||
- Standardize timestamp to ISO format with timezones | ||
- Report the pre-conversion analysis in a JSON file | ||
- Expand pre-conversion report message attributes | ||
- Change level from warning to info for dbus check skip | ||
- Fix package names with periods breaking conversion | ||
- Prevent simultaneous instances of convert2rhel on a single system | ||
- Oracle Linux 7: Fix lsmod not being found | ||
|
||
* Thu Jul 06 2023 Eric Gustavsson <[email protected]> 1.3.2 | ||
- Fix package names with periods breaking conversion | ||
|
||
|