Skip to content

Commit

Permalink
Release v1.7.0 (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn authored Feb 26, 2024
1 parent dbb898f commit 74dfc32
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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
Expand Up @@ -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

Expand Down Expand Up @@ -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 <fgustavs@redhat.com> 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 <prwatson@redhat.com> 1.6.1
- Fix parsing yumdownloader output with a carriage return

Expand Down

0 comments on commit 74dfc32

Please sign in to comment.