From c621426241c81050b88207352b6f00c3e9eb5da103ad3a67d273cafba6f487c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Rostecki?= Date: Fri, 17 Dec 2021 10:53:35 +0000 Subject: [PATCH] Accepting request 940907 from home:jengelh:branches:devel:libraries:c_c++ the new libbpf has this hard requirement. Doesn't help factory at this time, but at least it'll be on record. OBS-URL: https://build.opensuse.org/request/show/940907 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=13 --- libbpf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libbpf.spec b/libbpf.spec index 2df242b..7cb7875 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -43,6 +43,7 @@ libbpf is a C library which provides API for managing eBPF programs and maps. %package devel Summary: Development files for libbpf Requires: %{libname} = %{version} +Requires: linux-glibc-devel >= 5.16 %description devel libbpf is a C library which provides API for managing eBPF programs and maps.