Skip to content

Commit

Permalink
packit: drop the dependency on python3-zstd
Browse files Browse the repository at this point in the history
Since it's only in the RHEL buildroot repo.

rhel-only: ci

Related: RHEL-40924
  • Loading branch information
mrc0mmand committed Jul 17, 2024
1 parent 430957d commit 0821655
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0821655

Please sign in to comment.