!49 update libbpf from v0.3 to v0.8.1

From: @bitcoffee 
Reviewed-by: @nlgwcy 
Signed-off-by: @nlgwcy
This commit is contained in:
openeuler-ci-bot 2022-11-08 14:44:19 +00:00 committed by Gitee
commit 6860c94d06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 7 additions and 8 deletions

Binary file not shown.

BIN
libbpf-0.8.1.tar.gz Normal file

Binary file not shown.

View File

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

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: libbpf/libbpf
tag_prefix: "^v"
separator: "."