!49 update libbpf from v0.3 to v0.8.1
From: @bitcoffee Reviewed-by: @nlgwcy Signed-off-by: @nlgwcy
This commit is contained in:
commit
6860c94d06
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 githubname libbpf
|
||||||
%global githubver 0.3
|
%global githubver 0.8.1
|
||||||
%global githubfull %{githubname}-%{githubver}
|
%global githubfull %{githubname}-%{githubver}
|
||||||
|
|
||||||
Name: %{githubname}
|
Name: %{githubname}
|
||||||
Version: %{githubver}
|
Version: %{githubver}
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Libbpf library
|
Summary: Libbpf library
|
||||||
|
|
||||||
License: LGPLv2 or BSD
|
License: LGPLv2 or BSD
|
||||||
@ -28,7 +28,7 @@ ABI.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = 2:%{version}-%{release}
|
Requires: %{name} = 2:%{version}-%{release}
|
||||||
Requires: kernel-headers >= 5.4.0-1
|
Requires: kernel-headers >= 5.10.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries header files for
|
The %{name}-devel package contains libraries header files for
|
||||||
@ -54,7 +54,7 @@ developing applications that use %{name}
|
|||||||
%make_install -C ./src %{make_flags}
|
%make_install -C ./src %{make_flags}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libbpf.so.0.3.0
|
%{_libdir}/libbpf.so.%{githubver}
|
||||||
%{_libdir}/libbpf.so.0
|
%{_libdir}/libbpf.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -66,6 +66,9 @@ developing applications that use %{name}
|
|||||||
%{_libdir}/libbpf.a
|
%{_libdir}/libbpf.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 26 2022 zhangmingyi <zhangmingyi5@huawei.com> - 2:0.3-3
|
||||||
- Fix determine_ptr_size() guessing
|
- 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