import libbpf-0.5.0-4.el9

This commit is contained in:
CentOS Sources 2022-04-05 07:16:12 -04:00 committed by Stepan Oksanichenko
parent d20d9edf65
commit efd3f42a6b
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-5.14.0-13.el9.tar.xz
SOURCES/linux-5.14.0-68.el9.tar.xz

View File

@ -1 +1 @@
c43dce2d91468f7917cea526af010505baf4d8ba SOURCES/linux-5.14.0-13.el9.tar.xz
ee9ef648005dee5bafa9f3ff3678d1587a0cb327 SOURCES/linux-5.14.0-68.el9.tar.xz

View File

@ -4,12 +4,12 @@
# used as kernel tar.
# RHEL kernel version-release
%define kver 5.14.0-13
%define kver 5.14.0-68
%define source linux-%{kver}.el9
Name: libbpf
Version: 0.5.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Libbpf library
License: LGPLv2 or BSD
@ -76,6 +76,10 @@ popd
%{_libdir}/libbpf.a
%changelog
* Wed Feb 23 2022 Viktor Malik <vmalik@redhat.com> - 2:0.5.0-4
- Backport fix for netlink operations on ppc
- Related: rhbz#2057476
* Tue Nov 09 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-3
- pull new kernel sources with fixes
- Related: rhbz#2006305