import libbpf-0.5.0-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 02:04:24 -05:00 committed by Stepan Oksanichenko
parent 33f6c96f1c
commit 7eb179085f
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
bebd7518c2fba36158076e3bd1a088b4fa2ce6e8 SOURCES/linux-4.18.0-357.el8.tar.xz
89c6dfe7b35089a8d281f1e0083158576a3cd3ef SOURCES/linux-4.18.0-402.el8.tar.xz

View File

@ -4,12 +4,12 @@
# used as kernel tar.
# RHEL kernel version-release
%define kver 4.18.0-357
%define kver 4.18.0-402
%define source linux-%{kver}.el8
Name: libbpf
Version: 0.4.0
Release: 3%{?dist}
Version: 0.5.0
Release: 1%{?dist}
Summary: Libbpf library
License: LGPLv2 or BSD
@ -68,6 +68,10 @@ popd
%{_libdir}/libbpf.a
%changelog
* Tue Jun 21 2022 Viktor Malik <vmalik@redhat.com> - 2:0.5.0-1
- kernel update
- Related: rhbz#2097413
* Thu Dec 23 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.4.0-3
- kernel update
- Related: rhbz#2010431