c64266d19b
- Introduce new upgrade path RHEL 8.9 -> 9.3 - Update leapp data files to reflect new changes between systems - Detect and report use of deprecated Xorg drivers - Minor improvements of generated reports - Fix false positive report about invalid symlinks - Inhibit the upgrade when unsupported x86-64 microarchitecture is detected - Resolves: rhbz#2215997
29 lines
887 B
Diff
29 lines
887 B
Diff
From 9d0eab76ca2ac4d27a5dd014ae1f986338b6c421 Mon Sep 17 00:00:00 2001
|
|
From: Rodolfo Olivieri <rolivier@redhat.com>
|
|
Date: Thu, 23 Mar 2023 11:56:51 -0300
|
|
Subject: [PATCH 07/30] Add new environment variable to 8.8to9.2
|
|
|
|
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
|
|
---
|
|
.packit.yaml | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index 0ece84da..3c0f7d55 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -210,8 +210,9 @@ jobs:
|
|
env:
|
|
SOURCE_RELEASE: "8.8"
|
|
TARGET_RELEASE: "9.2"
|
|
- RHSM_REPOS: "rhel-8-for-x86_64-appstream-rpms,rhel-8-for-x86_64-baseos-rpms"
|
|
+ RHSM_REPOS: "rhel-8-for-x86_64-appstream-beta-rpms,rhel-8-for-x86_64-baseos-beta-rpms"
|
|
LEAPPDATA_BRANCH: "upstream"
|
|
+ LEAPP_DEVEL_TARGET_RELEASE: "9.2"
|
|
|
|
# - job: tests
|
|
# fmf_url: "https://gitlab.cee.redhat.com/oamg/leapp-tests"
|
|
--
|
|
2.40.1
|
|
|