import libbpf-0.4.0-3.el8

This commit is contained in:
CentOS Sources 2022-01-27 04:59:52 +00:00 committed by Stepan Oksanichenko
parent fe69357dbd
commit d54f84f501
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-4.18.0-329.el8.tar.xz
SOURCES/linux-4.18.0-357.el8.tar.xz

View File

@ -1 +1 @@
7ba8469ace33799986661bb85d33364ac03d87b0 SOURCES/linux-4.18.0-329.el8.tar.xz
bebd7518c2fba36158076e3bd1a088b4fa2ce6e8 SOURCES/linux-4.18.0-357.el8.tar.xz

View File

@ -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