Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.7.0 #1111

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion convert2rhel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__metaclass__ = type
__version__ = "1.6.1"
__version__ = "1.7.0"
8 changes: 7 additions & 1 deletion man/convert2rhel.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONVERT2RHEL "1" "2023\-11\-02" "convert2rhel 1.6.0" "General Commands Manual"
.TH CONVERT2RHEL "1" "2024\-02\-22" "convert2rhel 1.7.0" "General Commands Manual"
.SH NAME
convert2rhel \- Automates the conversion of Red Hat Enterprise Linux derivative distributions to Red Hat Enterprise Linux.
.SH SYNOPSIS
@@ -52,6 +52,9 @@ Skip gathering changed rpm files using 'rpm \-Va'. By default it's performed
before and after the conversion with the output stored in log files rpm_va.log
and rpm_va_after_conversion.log. At the end of the conversion, these logs are
compared to show you what rpm files have been affected by the conversion.
Cannot be used with analyze subcommand. The environment variable
CONVERT2RHEL_UNSUPPORTED_INCOMPLETE_ROLLBACK needs to be set to 1 to use this
argument.

.TP
\fB\-\-eus\fR
@@ -195,6 +198,9 @@ Skip gathering changed rpm files using 'rpm \-Va'. By default it's performed
before and after the conversion with the output stored in log files rpm_va.log
and rpm_va_after_conversion.log. At the end of the conversion, these logs are
compared to show you what rpm files have been affected by the conversion.
Cannot be used with analyze subcommand. The environment variable
CONVERT2RHEL_UNSUPPORTED_INCOMPLETE_ROLLBACK needs to be set to 1 to use this
argument.

.TP
\fB\-\-eus\fR
6 changes: 6 additions & 0 deletions man/synopsis
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[synopsis]
.
convert2rhel [--version] [-h]
convert2rhel <subcommand> [-u username] [-p password | -c conf_file_path] [--pool pool_id | -a] [--disablerepo repoid] [--enablerepo repoid] [--serverurl url] [--no-rpm-va] [--eus] [--debug] [--restart] [-y]
convert2rhel <subcommand> [--no-rhsm] [--disablerepo repoid] [--enablerepo repoid] [--no-rpm-va] [--eus] [--debug] [--restart] [-y]
convert2rhel <subcommand> [-k activation_key | -c conf_file_path] [-o organization] [--pool pool_id | -a] [--disablerepo repoid] [--enablerepo repoid] [--serverurl url] [--no-rpm-va] [--eus] [--debug] [--restart] [-y]
32 changes: 31 additions & 1 deletion packaging/convert2rhel.spec
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
%endif

Name: convert2rhel
Version: 1.6.1
Version: 1.7.0
Release: 1%{?dist}
Summary: Automates the conversion of RHEL derivative distributions to RHEL

@@ -122,6 +122,36 @@ install -m 0600 config/convert2rhel.ini %{buildroot}%{_sysconfdir}/convert2rhel.
%attr(0644,root,root) %{_mandir}/man8/%{name}.8*

%changelog

* Thu Feb 22 2024 Freya Gustavsson <[email protected]> 1.7.0
- Compare the release part of the c2r rpm NEVRA
- Update remediation key to match leapp report metadata
- Rewrite the log messages using the word "unsupported" in is_loaded_kernel_latest()
- Update latest kernel check with OVERRIDABLE results
- Change `ignore` to `disregard` in messages
- Add remediation to overridable result in package updates action
- Add OVERRIDABLE result to tainted kernel module check
- Replace the word `skip` in report messages
- Change OVERRIDABLE result to WARNING message in package update action
- Port RestorableFile to BackupController
- Port certs and restorable key to backup module
- Port RestorablePackageSet to packages module
- Add preconversion analysis check for device PART_ENTRY_NUMBER
- Add diagnosis for failures in validating yum transaction
- Duplicate package check for preconversion analysis
- Always save conversion facts file
- Host metering
- Specify a full path to the called modinfo utility
- Fix Alma Linux 8 packages being seen as third-party
- Collect environment variables in breadcrumbs
- Refactor logger to not require root
- Reduce timeout for the internet connectivity check
- Fix file clash in NewRestorableFile
- Move logger initialization to initialize module
- Swap base os specific packages
- Port the repo backup to RestorableFile
- Add shim-x64 to the exclude list for Alma 8

* Wed Dec 13 2023 Preston Watson <[email protected]> 1.6.1
- Fix parsing yumdownloader output with a carriage return