import libbpf-0.6.0-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:57:25 -05:00 committed by Stepan Oksanichenko
parent d241908e64
commit f4e0073743
3 changed files with 11 additions and 7 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
ee9ef648005dee5bafa9f3ff3678d1587a0cb327 SOURCES/linux-5.14.0-68.el9.tar.xz
a89710eea8e44cc9336ad30735bdb1145c85ca3c SOURCES/linux-5.14.0-118.el9.tar.xz

View File

@ -4,12 +4,12 @@
# used as kernel tar.
# RHEL kernel version-release
%define kver 5.14.0-68
%define kver 5.14.0-118
%define source linux-%{kver}.el9
Name: libbpf
Version: 0.5.0
Release: 4%{?dist}
Version: 0.6.0
Release: 1%{?dist}
Summary: Libbpf library
License: LGPLv2 or BSD
@ -45,8 +45,6 @@ Requires: %{name}-devel = 2:%{version}-%{release}
The %{name}-static package contains static library for
developing applications that use %{name}
%define _lto_cflags %{nil}
%global libbpf_make \
make DESTDIR=%{buildroot} OBJDIR=%{_builddir} CFLAGS="%{build_cflags} -fPIC" LDFLAGS="%{build_ldflags} -Wl,--no-as-needed" LIBDIR=/%{_libdir} NO_PKG_CONFIG=1
@ -76,6 +74,12 @@ popd
%{_libdir}/libbpf.a
%changelog
* Fri Jun 24 2022 Viktor Malik <vmalik@redhat.com> - 2:0.6.0-1
- Update to 0.6.0 (BPF 5.16 rebase)
- Related: rhbz#2010428
- Enable LTO
- Related: rhbz#1990029
* Wed Feb 23 2022 Viktor Malik <vmalik@redhat.com> - 2:0.5.0-4
- Backport fix for netlink operations on ppc
- Related: rhbz#2057476