-
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
6 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.4.0" | ||
__version__ = "1.4.1" |
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.4.0 | ||
Version: 1.4.1 | ||
Release: 1%{?dist} | ||
Summary: Automates the conversion of RHEL derivative distributions to RHEL | ||
|
||
|
@@ -122,6 +122,10 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel. | |
%attr(0644,root,root) %{_mandir}/man8/%{name}.8* | ||
|
||
%changelog | ||
* Fri Sep 08 2023 Eric Gustavsson <[email protected]> 1.4.1 | ||
- Alma and Rocky Linux 8: Fix subscription-manager not being installed | ||
- Fix packages not being imported by move application lock into main | ||
|
||
* 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 | ||
|