Skip to content

Commit 74dfc32

Browse files
authored
Release v1.7.0 (#1111)
1 parent dbb898f commit 74dfc32

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

convert2rhel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__metaclass__ = type
2-
__version__ = "1.6.1"
2+
__version__ = "1.7.0"

man/convert2rhel.8

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CONVERT2RHEL "1" "2023\-11\-02" "convert2rhel 1.6.0" "General Commands Manual"
1+
.TH CONVERT2RHEL "1" "2024\-02\-22" "convert2rhel 1.7.0" "General Commands Manual"
22
.SH NAME
33
convert2rhel \- Automates the conversion of Red Hat Enterprise Linux derivative distributions to Red Hat Enterprise Linux.
44
.SH SYNOPSIS
@@ -52,6 +52,9 @@ Skip gathering changed rpm files using 'rpm \-Va'. By default it's performed
5252
before and after the conversion with the output stored in log files rpm_va.log
5353
and rpm_va_after_conversion.log. At the end of the conversion, these logs are
5454
compared to show you what rpm files have been affected by the conversion.
55+
Cannot be used with analyze subcommand. The environment variable
56+
CONVERT2RHEL_UNSUPPORTED_INCOMPLETE_ROLLBACK needs to be set to 1 to use this
57+
argument.
5558

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

199205
.TP
200206
\fB\-\-eus\fR

man/synopsis

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[synopsis]
2+
.
3+
convert2rhel [--version] [-h]
4+
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]
5+
convert2rhel <subcommand> [--no-rhsm] [--disablerepo repoid] [--enablerepo repoid] [--no-rpm-va] [--eus] [--debug] [--restart] [-y]
6+
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]

packaging/convert2rhel.spec

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: convert2rhel
12-
Version: 1.6.1
12+
Version: 1.7.0
1313
Release: 1%{?dist}
1414
Summary: Automates the conversion of RHEL derivative distributions to RHEL
1515

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

124124
%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+
125155
* Wed Dec 13 2023 Preston Watson <[email protected]> 1.6.1
126156
- Fix parsing yumdownloader output with a carriage return
127157

0 commit comments

Comments
 (0)