naccyde / rpms / systemd

Forked from rpms/systemd 11 months ago
Clone
2aacef
From 16f2d0c4a25a717a9a0b49903a55db1263156055 Mon Sep 17 00:00:00 2001
aa0848
From: Frantisek Sumsal <frantisek@sumsal.cz>
aa0848
Date: Wed, 9 Jun 2021 15:23:59 +0200
aa0848
Subject: [PATCH] ci: reconfigure Packit for RHEL 9
aa0848
2aacef
Related: #2138081
aa0848
rhel-only
aa0848
---
2aacef
 .packit.yml | 12 ++++++------
2aacef
 1 file changed, 6 insertions(+), 6 deletions(-)
aa0848
aa0848
diff --git a/.packit.yml b/.packit.yml
2aacef
index a7502b25b4..d0eebab181 100644
aa0848
--- a/.packit.yml
aa0848
+++ b/.packit.yml
2aacef
@@ -17,14 +17,12 @@ srpm_build_deps: []
aa0848
 
aa0848
 actions:
aa0848
   post-upstream-clone:
aa0848
-    # Use the Fedora Rawhide specfile
aa0848
-    - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
aa0848
+    # Use the CentOS Stream specfile
aa0848
+    - "git clone https://gitlab.com/redhat/centos-stream/rpms/systemd.git .packit_rpm --depth=1"
aa0848
     # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
aa0848
     - "rm -fv .packit_rpm/sources"
aa0848
-    # Drop backported patches from the specfile, but keep the downstream-only ones
2aacef
-    # - Patch(0000-0499): backported patches from upstream
aa0848
-    # - Patch0500-9999: downstream-only patches
2aacef
-    - "sed -ri '/^Patch(0[0-4]?[0-9]{0,2})?\\:.+\\.patch/d' .packit_rpm/systemd.spec"
aa0848
+    # Drop all patches, since they're already included in the tarball
aa0848
+    - "sed -ri '/^Patch[0-9]+:/d' .packit_rpm/systemd.spec"
aa0848
     # Build the RPM with --werror. Even though --werror doesn't work in all
aa0848
     # cases (see [0]), we can't use -Dc_args=/-Dcpp_args= here because of the
aa0848
     # RPM hardening macros, that use $CFLAGS/$CPPFLAGS (see [1]).
2aacef
@@ -33,7 +31,9 @@ actions:
aa0848
     # [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
aa0848
     - 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
aa0848
 
aa0848
+# Available targets can be listed via `copr-cli list-chroots`
aa0848
 jobs:
aa0848
+# Build test
aa0848
 - job: copr_build
aa0848
   trigger: pull_request
aa0848
   metadata: