- Fix broken leapp db queries on rerun - Port all code to be Python-3.12 compatible. - Resolves: RHEL-40363
35 lines
838 B
Diff
35 lines
838 B
Diff
From bf4fd611f95a4484e376ba04f55c6626c18bb48c Mon Sep 17 00:00:00 2001
|
|
From: Petr Stodulka <pstodulk@redhat.com>
|
|
Date: Wed, 3 Jul 2024 14:55:52 +0200
|
|
Subject: [PATCH 12/23] Packit: drop epel-7-ppc64le chroot
|
|
|
|
CentOS 7 is EOM and based on that additional changes have to be made
|
|
in COPR. Use x86_64 arch for epel7 now only.
|
|
---
|
|
.packit.yaml | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/.packit.yaml b/.packit.yaml
|
|
index 4e9c239..eb3a8f9 100644
|
|
--- a/.packit.yaml
|
|
+++ b/.packit.yaml
|
|
@@ -12,7 +12,6 @@ jobs:
|
|
owner: "@oamg"
|
|
project: leapp
|
|
targets:
|
|
- - epel-7-ppc64le
|
|
- epel-7-x86_64
|
|
- epel-8-x86_64
|
|
- fedora-all-aarch64
|
|
@@ -31,7 +30,6 @@ jobs:
|
|
owner: "@oamg"
|
|
project: leapp
|
|
targets:
|
|
- - epel-7-ppc64le
|
|
- epel-7-x86_64
|
|
- epel-8-x86_64
|
|
- fedora-all-aarch64
|
|
--
|
|
2.42.0
|
|
|