152484
From d931821a263e34805f825cf12a0a0fcde9beda99 Mon Sep 17 00:00:00 2001
4295f9
From: Frantisek Sumsal <frantisek@sumsal.cz>
4295f9
Date: Wed, 9 Jun 2021 15:23:59 +0200
4295f9
Subject: [PATCH] ci: reconfigure Packit for RHEL 9
4295f9
4295f9
Resolves: #1960703
4295f9
rhel-only
4295f9
---
152484
 .packit.yml | 28 ++++++++++++++++++----------
152484
 1 file changed, 18 insertions(+), 10 deletions(-)
4295f9
4295f9
diff --git a/.packit.yml b/.packit.yml
152484
index 962c77913e..3461bccbc5 100644
4295f9
--- a/.packit.yml
4295f9
+++ b/.packit.yml
4295f9
@@ -16,14 +16,12 @@ upstream_tag_template: "v{version}"
4295f9
 
4295f9
 actions:
4295f9
   post-upstream-clone:
4295f9
-    # Use the Fedora Rawhide specfile
4295f9
-    - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
4295f9
+    # Use the CentOS Stream specfile
4295f9
+    - "git clone https://gitlab.com/redhat/centos-stream/rpms/systemd.git .packit_rpm --depth=1"
4295f9
     # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
4295f9
     - "rm -fv .packit_rpm/sources"
4295f9
-    # Drop backported patches from the specfile, but keep the downstream-only ones
4295f9
-    # - Patch0000-0499: backported patches from upstream
4295f9
-    # - Patch0500-9999: downstream-only patches
4295f9
-    - "sed -ri '/^Patch0[0-4]?[0-9]{0,2}\\:.+\\.patch/d' .packit_rpm/systemd.spec"
4295f9
+    # Drop all patches, since they're already included in the tarball
4295f9
+    - "sed -ri '/^Patch[0-9]+:/d' .packit_rpm/systemd.spec"
4295f9
     # Build the RPM with --werror. Even though --werror doesn't work in all
4295f9
     # cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
4295f9
     # RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).
152484
@@ -32,12 +30,22 @@ actions:
4295f9
     # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
4295f9
     - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
4295f9
 
4295f9
+# Available targets can be listed via `copr-cli list-chroots`
4295f9
 jobs:
4295f9
+# Build test
4295f9
 - job: copr_build
4295f9
   trigger: pull_request
4295f9
   metadata:
4295f9
     targets:
4295f9
-    - fedora-rawhide-aarch64
4295f9
-    - fedora-rawhide-i386
152484
-    - fedora-rawhide-ppc64le
4295f9
-    - fedora-rawhide-x86_64
4295f9
+      # FIXME: change to CentOS 9 once it's available
4295f9
+      - fedora-34-x86_64
4295f9
+      - fedora-34-aarch64
4295f9
+
4295f9
+# TODO: can't use TFT yet due to https://pagure.io/fedora-ci/general/issue/184
4295f9
+# Run tests (via testing farm)
4295f9
+#- job: tests
4295f9
+#  trigger: pull_request
4295f9
+#  metadata:
4295f9
+#    targets:
4295f9
+#      # FIXME: change to CentOS 9 once it's available
4295f9
+#      - fedora-34-x86_64