import libbpf-0.6.0-1.el9
This commit is contained in:
parent
d241908e64
commit
f4e0073743
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/linux-5.14.0-68.el9.tar.xz
|
SOURCES/linux-5.14.0-118.el9.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
ee9ef648005dee5bafa9f3ff3678d1587a0cb327 SOURCES/linux-5.14.0-68.el9.tar.xz
|
a89710eea8e44cc9336ad30735bdb1145c85ca3c SOURCES/linux-5.14.0-118.el9.tar.xz
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
# used as kernel tar.
|
# used as kernel tar.
|
||||||
|
|
||||||
# RHEL kernel version-release
|
# RHEL kernel version-release
|
||||||
%define kver 5.14.0-68
|
%define kver 5.14.0-118
|
||||||
%define source linux-%{kver}.el9
|
%define source linux-%{kver}.el9
|
||||||
|
|
||||||
Name: libbpf
|
Name: libbpf
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Libbpf library
|
Summary: Libbpf library
|
||||||
|
|
||||||
License: LGPLv2 or BSD
|
License: LGPLv2 or BSD
|
||||||
@ -45,8 +45,6 @@ Requires: %{name}-devel = 2:%{version}-%{release}
|
|||||||
The %{name}-static package contains static library for
|
The %{name}-static package contains static library for
|
||||||
developing applications that use %{name}
|
developing applications that use %{name}
|
||||||
|
|
||||||
%define _lto_cflags %{nil}
|
|
||||||
|
|
||||||
%global libbpf_make \
|
%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
|
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
|
%{_libdir}/libbpf.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 23 2022 Viktor Malik <vmalik@redhat.com> - 2:0.5.0-4
|
||||||
- Backport fix for netlink operations on ppc
|
- Backport fix for netlink operations on ppc
|
||||||
- Related: rhbz#2057476
|
- Related: rhbz#2057476
|
||||||
|
Loading…
Reference in New Issue
Block a user