import UBI libbpf-1.3.0-2.el9
This commit is contained in:
parent
d33560c021
commit
45d80be036
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/linux-5.14.0-333.el9.tar.xz
|
||||
SOURCES/linux-5.14.0-424.el9.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
d553fa536dcf27f4a8302ba4eb515cd2d28ef121 SOURCES/linux-5.14.0-333.el9.tar.xz
|
||||
b1b7d295ff73700742992cfb9ef2441b2a5f9857 SOURCES/linux-5.14.0-424.el9.tar.xz
|
||||
|
@ -4,12 +4,12 @@
|
||||
# used as kernel tar.
|
||||
|
||||
# RHEL kernel version-release
|
||||
%define kver 5.14.0-333
|
||||
%define kver 5.14.0-424
|
||||
%define source linux-%{kver}.el9
|
||||
|
||||
Name: libbpf
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -74,6 +74,12 @@ popd
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2024 - 1.3.0-2
|
||||
- Fix bug in bpf_xdp_query causing stack corruption (RHEL-26037)
|
||||
|
||||
* Tue Jan 16 2024 - 1.3.0-1
|
||||
- Update to BPF 6.6 rebase (RHEL-10695)
|
||||
|
||||
* Mon Jul 03 2023 Viktor Malik <vmalik@redhat.com> - 1.2.0-1
|
||||
- Update to BPF 6.3 rebase
|
||||
- Resolves: rhbz#2178933
|
||||
|
Loading…
Reference in New Issue
Block a user