diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-02-11 15:55:14 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-02-11 16:45:03 +0100 |
commit | 8ceac11069ac2d5829006137c7bff96928a5075d (patch) | |
tree | b849672bd2560b9c0838e7bc23f3a7805640eb31 /.packit.yml | |
parent | repart: Add --generate-fstab= and --generate-crypttab= options (diff) | |
download | systemd-8ceac11069ac2d5829006137c7bff96928a5075d.tar.xz systemd-8ceac11069ac2d5829006137c7bff96928a5075d.zip |
Revert "packit: temporarily build systemd without BPF stuff"
The latest Rawhide compose (20240210.n.1) finished successfully and made
it to the mirrors, so let's drop the bpftool workaround.
This reverts commit 8a0ec8852ccc5674420ae72483dc4f5b2a4fb752.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.packit.yml b/.packit.yml index fa86c5fa05..2dcc9e86ca 100644 --- a/.packit.yml +++ b/.packit.yml @@ -44,10 +44,6 @@ actions: # Temporarily add libarchive-devel build dep and libarchive runtime dep # until the change propagates to Rawhide's specfile - "sed -ri '0,/^BuildRequires: .+$/s//&\\nBuildRequires: libarchive-devel\\nRequires: libarchive/' .packit_rpm/systemd.spec" - # FIXME: temporarily build without BPF stuff, since there's currently no - # bpftool package in Rawhide (at least not until [0] lands) - # [0] https://bodhi.fedoraproject.org/updates/FEDORA-2024-bb73636f1d - - "sed -nri '1N;2N;/\\nBuildRequires:\\s+bpftool$/{N;N;d};P;N;D' .packit_rpm/systemd.spec" jobs: - job: copr_build |