diff --git a/libbpf.changes b/libbpf.changes index 4ca2e25..dfe6c66 100644 --- a/libbpf.changes +++ b/libbpf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 5 07:02:19 UTC 2023 - Shung-Hsi Yu + +- Remove requirement of linux-glibc-devel >= 5.16 for devel package + ------------------------------------------------------------------- Thu Dec 22 07:08:39 UTC 2022 - Dirk Müller diff --git a/libbpf.spec b/libbpf.spec index 49f08d0..33e3d87 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -1,7 +1,7 @@ # # spec file for package libbpf # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,6 @@ 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. @@ -51,7 +50,6 @@ libbpf is a C library which provides API for managing eBPF programs and maps. Summary: Static library for libbpf Requires: %{libname} = %{version} Requires: %{name}-devel = %{version} -Requires: linux-glibc-devel >= 5.16 %description devel-static libbpf is a C library which provides API for managing eBPF programs and maps.