forked from pool/libbpf
Accepting request 1056129 from home:shunghsiyu:branches:bpf
Remove requirement of linux-glibc-devel >= 5.16 for devel package They're no longer needed since libbpf v0.7, which includes commit 8404d1396c "libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors" that defines the constants that used to be missing. OBS-URL: https://build.opensuse.org/request/show/1056129 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libbpf?expand=0&rev=29
This commit is contained in:
parent
bfc9e4372b
commit
1cd9a09b6d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 5 07:02:19 UTC 2023 - Shung-Hsi Yu <shung-hsi.yu@suse.com>
|
||||||
|
|
||||||
|
- Remove requirement of linux-glibc-devel >= 5.16 for devel package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 22 07:08:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Thu Dec 22 07:08:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbpf
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%package devel
|
||||||
Summary: Development files for libbpf
|
Summary: Development files for libbpf
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Requires: linux-glibc-devel >= 5.16
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libbpf is a C library which provides API for managing eBPF programs and maps.
|
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
|
Summary: Static library for libbpf
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
Requires: linux-glibc-devel >= 5.16
|
|
||||||
|
|
||||||
%description devel-static
|
%description devel-static
|
||||||
libbpf is a C library which provides API for managing eBPF programs and maps.
|
libbpf is a C library which provides API for managing eBPF programs and maps.
|
||||||
|
Loading…
Reference in New Issue
Block a user