import libbpf-0.4.0-3.el8

This commit is contained in:
CentOS Sources 2022-03-29 15:13:18 -04:00 committed by Stepan Oksanichenko
parent b312b8ce0a
commit 95f08b2238
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/linux-4.18.0-329.el8.tar.xz SOURCES/linux-4.18.0-357.el8.tar.xz

View File

@ -1 +1 @@
7ba8469ace33799986661bb85d33364ac03d87b0 SOURCES/linux-4.18.0-329.el8.tar.xz bebd7518c2fba36158076e3bd1a088b4fa2ce6e8 SOURCES/linux-4.18.0-357.el8.tar.xz

View File

@ -4,12 +4,12 @@
# used as kernel tar. # used as kernel tar.
# RHEL kernel version-release # RHEL kernel version-release
%define kver 4.18.0-329 %define kver 4.18.0-357
%define source linux-%{kver}.el8 %define source linux-%{kver}.el8
Name: libbpf Name: libbpf
Version: 0.4.0 Version: 0.4.0
Release: 1%{?dist} Release: 3%{?dist}
Summary: Libbpf library Summary: Libbpf library
License: LGPLv2 or BSD License: LGPLv2 or BSD
@ -40,7 +40,7 @@ The %{name}-static package contains static library for
developing applications that use %{name} developing applications that use %{name}
%global libbpf_make \ %global libbpf_make \
make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" DESTDIR=%{buildroot} V=1 make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" DESTDIR=%{buildroot} V=1
%prep %prep
%setup -n %{source} %setup -n %{source}
@ -68,6 +68,14 @@ popd
%{_libdir}/libbpf.a %{_libdir}/libbpf.a
%changelog %changelog
* Thu Dec 23 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.4.0-3
- kernel update
- Related: rhbz#2010431
* Tue Nov 16 2021 Jiri Olsa <jolsa@redhat.com> - 2:0.5.0-2
- fix LDFLAGS passing
- Related: rhbz#2023488
* Wed Aug 18 2021 Jiri Olsa <jolsa@redhat.com> - 0.4.0-1 * Wed Aug 18 2021 Jiri Olsa <jolsa@redhat.com> - 0.4.0-1
- update [1995111] - update [1995111]