- Detect XFS file systems with problematic parameters - Raise an inhibitor if unsupported target version supplied instead of error - Prevent a possible crash with LiveMode when adding the upgrade boot entry on systems with LVM - Resolves: RHEL-57043, RHEL-52309, RHEL-60034
40 lines
2.1 KiB
Diff
40 lines
2.1 KiB
Diff
From bfcf59e5f78aa7500a6524094bdebf28d359d9d5 Mon Sep 17 00:00:00 2001
|
|
From: Petr Stodulka <pstodulk@redhat.com>
|
|
Date: Thu, 23 Jan 2025 11:44:59 +0100
|
|
Subject: [PATCH 55/63] Fix typos in comments to make spellchecker happy
|
|
|
|
---
|
|
.../common/actors/filterrpmtransactionevents/actor.py | 2 +-
|
|
.../selinuxcontentscanner/libraries/selinuxcontentscanner.py | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/repos/system_upgrade/common/actors/filterrpmtransactionevents/actor.py b/repos/system_upgrade/common/actors/filterrpmtransactionevents/actor.py
|
|
index 5ccdb35b..582a5821 100644
|
|
--- a/repos/system_upgrade/common/actors/filterrpmtransactionevents/actor.py
|
|
+++ b/repos/system_upgrade/common/actors/filterrpmtransactionevents/actor.py
|
|
@@ -14,7 +14,7 @@ class FilterRpmTransactionTasks(Actor):
|
|
|
|
In order to calculate a working DNF Upgrade transaction, Leapp can collect data from multiple
|
|
sources and find workarounds for possible problems. This actor will filter all collected
|
|
- workarounds and keep only those relevants to current system based on installed packages.
|
|
+ workarounds and keep only those relevant to current system based on installed packages.
|
|
"""
|
|
|
|
name = 'check_rpm_transaction_events'
|
|
diff --git a/repos/system_upgrade/common/actors/selinux/selinuxcontentscanner/libraries/selinuxcontentscanner.py b/repos/system_upgrade/common/actors/selinux/selinuxcontentscanner/libraries/selinuxcontentscanner.py
|
|
index 8f5e31ab..1ef69fe6 100644
|
|
--- a/repos/system_upgrade/common/actors/selinux/selinuxcontentscanner/libraries/selinuxcontentscanner.py
|
|
+++ b/repos/system_upgrade/common/actors/selinux/selinuxcontentscanner/libraries/selinuxcontentscanner.py
|
|
@@ -126,7 +126,7 @@ def get_selinux_modules():
|
|
|
|
for (name, priority) in modules:
|
|
# Udica templates should not be transferred, we only need a list of their
|
|
- # names and priorities so that we can reinstall their latest verisions
|
|
+ # names and priorities so that we can reinstall their latest versions
|
|
if name in UDICA_TEMPLATES:
|
|
template_list.append(
|
|
SELinuxModule(
|
|
--
|
|
2.48.1
|
|
|