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:
Ana Guerrero 2023-10-11 21:53:36 +00:00 committed by Git OBS Bridge
commit df6cf51480
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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)