Resolves: RHEL-30627
RHEL packaging of libbpf differs from the Fedora one as in RHEL, we are
building libbpf directly from the kernel source tree (not GitHub repo).
Therefore, the "source" is the corresponding kernel tarball.
The reason for this difference is that BPF selftests (the only way of
testing libbpf) are not able to work with system-wide libbpf (i.e. the
one we would build from GitHub).
The changes to specfile are mostly taken from the c9s specfile, with
some minor changes.
Signed-off-by: Viktor Malik <vmalik@redhat.com>
This reverts commit 5e3400bb52,
and gets back to 0.0.3 release, because the needed v5.4
kernel is not released yet and we need to wait for that
before we release 0.0.5 (fixes BZ#1755317).
Increasing Epoch to get over 0.0.5.