import libbpf-0.2.0-1.el8
This commit is contained in:
parent
80abcd8d6d
commit
eb62f82137
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-4.18.0-221.el8.tar.xz
|
||||
SOURCES/linux-4.18.0-282.el8.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
dd20308ef99ae81fac8604e2b98662ce828b521c SOURCES/linux-4.18.0-221.el8.tar.xz
|
||||
cc629d21b19945358c57f72162dbb71c87721b2b SOURCES/linux-4.18.0-282.el8.tar.xz
|
||||
|
||||
@ -4,17 +4,18 @@
|
||||
# used as kernel tar.
|
||||
|
||||
# RHEL kernel version-release
|
||||
%define kver 4.18.0-221
|
||||
%define kver 4.18.0-282
|
||||
%define source linux-%{kver}.el8
|
||||
|
||||
Name: libbpf
|
||||
Version: 0.0.8
|
||||
Version: 0.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
Source0: %{source}.tar.xz
|
||||
BuildRequires: gcc elfutils-libelf-devel elfutils-devel python3
|
||||
Conflicts: bcc < 0.10
|
||||
|
||||
%description
|
||||
A mirror of bpf-next linux tree bpf-next/tools/lib/bpf directory plus its
|
||||
@ -67,6 +68,21 @@ popd
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2021 Jiri Olsa <jolsa@redhat.com> - 0.2.0-1
|
||||
- new kernel version [1919345]
|
||||
|
||||
* Fri Jan 22 2021 Jiri Olsa <jolsa@redhat.com> - 0.0.9-1
|
||||
- new kernel version [1919345]
|
||||
|
||||
* Wed Aug 12 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-4
|
||||
- new kernel version [1846820]
|
||||
|
||||
* Mon Jul 20 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-3
|
||||
- add Conflicts for bcc < 0.10 [1855816]
|
||||
|
||||
* Wed Jul 08 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-2
|
||||
- new kernel version [1846820]
|
||||
|
||||
* Fri Jun 26 2020 Jiri Olsa <jolsa@redhat.com> - 0.0.8-1
|
||||
- new kernel version [1846820]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user