- Improve set_systemd_services_states logging - [IPU 7 -> 8] Fix detection of bootable device on RAID - Fix detection of valid sshd config with internal-sftp subsystem in Leapp - Handle a false positive GPG check error when TargetUserSpaceInfo is missing - Fix failing "update-ca-trust" command caused by missing util-linux package - Improve report when a system is unsupported - Fix handling of versions in RHUI configuration for ELS and SAP upgrades - Add missing RHUI GCP config info for RHEL for SAP - Resolves: RHEL-33902, RHEL-30573, RHEL-43978, RHEL-39046, RHEL-39047, RHEL-39049
28 lines
984 B
Diff
28 lines
984 B
Diff
From 84e63e6789c15ada85ec9bc615e545da1acf21b5 Mon Sep 17 00:00:00 2001
|
|
From: Martin Kluson <mkluson@redhat.com>
|
|
Date: Mon, 20 May 2024 12:57:32 +0200
|
|
Subject: [PATCH 59/92] .packit.yaml: adjust `post_install_script` for RHEL 7.9
|
|
|
|
Remove enabling repos step from .packit.yaml, it was moved to TF, where
|
|
it logically belongs to.
|
|
---
|
|
.packit.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index 805eb2b5..0b81a2f1 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -145,7 +145,7 @@ jobs:
|
|
distro: "rhel-7.9"
|
|
settings:
|
|
provisioning:
|
|
- post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum-config-manager --enable rhel-7-server-rhui-optional-rpms"
|
|
+ post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
|
|
tags:
|
|
BusinessUnit: sst_upgrades@leapp_upstream_test
|
|
|
|
--
|
|
2.42.0
|
|
|