forked from rpms/leapp-repository
79ca77ccf4
- Do not terminate the upgrade dracut module execution if /sysroot/root/tmp_leapp_py3/.leapp_upgrade_failed exists - Several minor improvements in messages printed in console output - Several minor improvements in report and error messages - Fix the parsing of the lscpu output - Fix evaluation of PES data - Target by default always "GA" channel repositories unless a different channel is specified for the leapp execution - Fix creation of the post upgrade report about changes in states of systemd services - Update the device driver deprecation data, fixing invalid fields for some AMD CPUs - Update the default kernel cmdline - Wait for the storage initialization when /usr is on separate file system - covering SAN - Resolves: RHEL-27847, RHEL-35240
25 lines
929 B
Diff
25 lines
929 B
Diff
From 6dc1621c4395412724d8cccf7a2694013fb4f5f0 Mon Sep 17 00:00:00 2001
|
|
From: Matej Matuska <mmatuska@redhat.com>
|
|
Date: Mon, 15 Apr 2024 17:25:07 +0200
|
|
Subject: [PATCH 18/34] fixup! bump required repomap version
|
|
|
|
---
|
|
.../actors/repositoriesmapping/tests/files/repomap_example.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/repos/system_upgrade/common/actors/repositoriesmapping/tests/files/repomap_example.json b/repos/system_upgrade/common/actors/repositoriesmapping/tests/files/repomap_example.json
|
|
index 5e95f5fe..a5fc5fe1 100644
|
|
--- a/repos/system_upgrade/common/actors/repositoriesmapping/tests/files/repomap_example.json
|
|
+++ b/repos/system_upgrade/common/actors/repositoriesmapping/tests/files/repomap_example.json
|
|
@@ -1,6 +1,6 @@
|
|
{
|
|
"datetime": "202107141655Z",
|
|
- "version_format": "1.2.0",
|
|
+ "version_format": "1.2.1",
|
|
"mapping": [
|
|
{
|
|
"source_major_version": "7",
|
|
--
|
|
2.42.0
|
|
|