Accepting request 912858 from home:michals

- When building with system libbpf depend also on new enough Linux headers.

OBS-URL: https://build.opensuse.org/request/show/912858
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=76
This commit is contained in:
Jan Engelhardt 2021-08-18 09:14:17 +00:00 committed by Git OBS Bridge
parent 32c85307f7
commit c72c5c6702
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 18 09:00:01 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
- When building with system libbpf depend also on new enough Linux headers.
-------------------------------------------------------------------
Fri Aug 13 11:35:30 UTC 2021 - msuchanek@suse.com

View File

@ -41,6 +41,7 @@ BuildRequires: libdw-devel >= 0.171
BuildRequires: libelf-devel
BuildRequires: pkgconfig
%if 0%{?have_libbpf}
BuildRequires: linux-glibc-devel >= 5.13
BuildRequires: pkgconfig(libbpf) >= 0.4.0
%endif
BuildRequires: pkgconfig(zlib)