19f0b3cb64
Resolves: RHEL-36636,RHEL-44416
29 lines
926 B
Diff
29 lines
926 B
Diff
From 6bec94d825960a39bed6429531e722fd1571664b Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Wed, 14 Aug 2024 12:21:59 +0200
|
|
Subject: [PATCH] Revert "packit: drop the dependency on python3-zstd"
|
|
|
|
This reverts commit 43bf3e1a42e2c1a6ecd0ca6fd72c9bc6fe904703.
|
|
|
|
rhel-only: ci
|
|
|
|
Related: RHEL-36636
|
|
---
|
|
.packit.yml | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/.packit.yml b/.packit.yml
|
|
index 48ba210947..03b3aae7d5 100644
|
|
--- a/.packit.yml
|
|
+++ b/.packit.yml
|
|
@@ -39,9 +39,6 @@ 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:
|