forked from pool/dwarves
Accepting request 1116437 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1116437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=40
This commit is contained in:
commit
df6cf51480
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 09:05:08 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Fix have_libbpf conditional (jsc#PED-4593 bsc#1216042).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 8 21:25:35 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1590
|
||||
# have libbpf >= 1.0.1
|
||||
%if (0%{?sle_version} && 0%{?sle_version} >= 150600) || (0%{?suse_version} && 0%{?suse_version} > 1500)
|
||||
# have libbpf >= 1.0.1 and linux-glibc-devel >= 5.16
|
||||
%define have_libbpf 1
|
||||
%endif
|
||||
%if (0%{?sle_version} && 0%{?sle_version} <= 150300) || (0%{?suse_version} && 0%{?suse_version} < 1500)
|
||||
|
Loading…
Reference in New Issue
Block a user