import libbpf-0.4.0-3.el8
This commit is contained in:
parent
fe69357dbd
commit
d54f84f501
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-4.18.0-329.el8.tar.xz
|
||||
SOURCES/linux-4.18.0-357.el8.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
7ba8469ace33799986661bb85d33364ac03d87b0 SOURCES/linux-4.18.0-329.el8.tar.xz
|
||||
bebd7518c2fba36158076e3bd1a088b4fa2ce6e8 SOURCES/linux-4.18.0-357.el8.tar.xz
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
# used as kernel tar.
|
||||
|
||||
# RHEL kernel version-release
|
||||
%define kver 4.18.0-329
|
||||
%define kver 4.18.0-357
|
||||
%define source linux-%{kver}.el8
|
||||
|
||||
Name: libbpf
|
||||
Version: 0.4.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -68,6 +68,10 @@ popd
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Thu Dec 23 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.4.0-3
|
||||
- kernel update
|
||||
- Related: rhbz#2010431
|
||||
|
||||
* Tue Nov 16 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-2
|
||||
- fix LDFLAGS passing
|
||||
- Related: rhbz#2023488
|
||||
|
||||
Loading…
Reference in New Issue
Block a user