update libbpf v0.3 to v0.8.1
This commit is contained in:
parent
93ba055914
commit
28e29c9bc8
Binary file not shown.
BIN
libbpf-0.8.1.tar.gz
Normal file
BIN
libbpf-0.8.1.tar.gz
Normal file
Binary file not shown.
11
libbpf.spec
11
libbpf.spec
@ -1,10 +1,10 @@
|
||||
%global githubname libbpf
|
||||
%global githubver 0.3
|
||||
%global githubver 0.8.1
|
||||
%global githubfull %{githubname}-%{githubver}
|
||||
|
||||
Name: %{githubname}
|
||||
Version: %{githubver}
|
||||
Release: 3
|
||||
Release: 1
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -28,7 +28,7 @@ ABI.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = 2:%{version}-%{release}
|
||||
Requires: kernel-headers >= 5.4.0-1
|
||||
Requires: kernel-headers >= 5.10.0
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries header files for
|
||||
@ -54,7 +54,7 @@ developing applications that use %{name}
|
||||
%make_install -C ./src %{make_flags}
|
||||
|
||||
%files
|
||||
%{_libdir}/libbpf.so.0.3.0
|
||||
%{_libdir}/libbpf.so.%{githubver}
|
||||
%{_libdir}/libbpf.so.0
|
||||
|
||||
%files devel
|
||||
@ -66,6 +66,9 @@ developing applications that use %{name}
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Tue Nov 8 2022 liuxin <liuxin350@huawei.com> - 2:0.8.1-1
|
||||
- update libbpf from v0.3 to v0.8.1
|
||||
|
||||
* Wed Oct 26 2022 zhangmingyi <zhangmingyi5@huawei.com> - 2:0.3-3
|
||||
- Fix determine_ptr_size() guessing
|
||||
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: libbpf/libbpf
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user