Pull new kernel sources with fixes
Related: rhbz#2006305
This commit is contained in:
parent
dee5f1bf4c
commit
25786812f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/v0.3.tar.gz
|
||||
/v0.4.0.tar.gz
|
||||
/linux-5.14.0-5.el9.tar.xz
|
||||
/linux-5.14.0-13.el9.tar.xz
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
# used as kernel tar.
|
||||
|
||||
# RHEL kernel version-release
|
||||
%define kver 5.14.0-5
|
||||
%define kver 5.14.0-13
|
||||
%define source linux-%{kver}.el9
|
||||
|
||||
Name: libbpf
|
||||
Version: 0.5.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -76,6 +76,10 @@ popd
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Tue Nov 09 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-3
|
||||
- pull new kernel sources with fixes
|
||||
- Related: rhbz#2006305
|
||||
|
||||
* Fri Oct 11 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-2
|
||||
- Fix passing of system's CFLAGS/LDFLAGS
|
||||
- Related: rhbz#2012774
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-5.14.0-5.el9.tar.xz) = b46c10da644b7ba178bd3a9170b269b54f07a02714b8122fbc64062c4f8bc4357babb6ba332acf636628d90e45e06ead5ede93bf0b65622c6b37e78c4a3cccba
|
||||
SHA512 (linux-5.14.0-13.el9.tar.xz) = c5cf76793a47646e04953896479505b1e6a57d6dbc7a1ad4cc20bf4729f6e96800abd35b516799a91b1d79f7757a460de2f134190977a0423408db2f9aa98885
|
||||
|
||||
Loading…
Reference in New Issue
Block a user