29 lines
908 B
Diff
29 lines
908 B
Diff
|
From 43bf3e1a42e2c1a6ecd0ca6fd72c9bc6fe904703 Mon Sep 17 00:00:00 2001
|
||
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
||
|
Date: Wed, 17 Jul 2024 12:22:55 +0200
|
||
|
Subject: [PATCH] packit: drop the dependency on python3-zstd
|
||
|
|
||
|
Since it's only in the RHEL buildroot repo.
|
||
|
|
||
|
rhel-only: ci
|
||
|
|
||
|
Related: RHEL-40924
|
||
|
---
|
||
|
.packit.yml | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/.packit.yml b/.packit.yml
|
||
|
index 03b3aae7d5..48ba210947 100644
|
||
|
--- a/.packit.yml
|
||
|
+++ b/.packit.yml
|
||
|
@@ -39,6 +39,9 @@ actions:
|
||
|
- 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
|
||
|
# Ignore unpackaged standalone binaries
|
||
|
- "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py"
|
||
|
+ # Drop the python3dist(zstd) dependency, as it's only in the RHEL buildroot
|
||
|
+ # repo
|
||
|
+ - "sed -i '/python3dist(zstd)/d' .packit_rpm/systemd.spec"
|
||
|
|
||
|
# Available targets can be listed via `copr-cli list-chroots`
|
||
|
jobs:
|