!46 update libbpf from v0.1.1 to v0.3
From: @hujiawang Reviewed-by: @bitcoffee, @nlgwcy Signed-off-by: @nlgwcy
This commit is contained in:
commit
3068befe31
10
libbpf.spec
10
libbpf.spec
@ -1,10 +1,10 @@
|
||||
%global githubname libbpf
|
||||
%global githubver 0.1.1
|
||||
%global githubver 0.3
|
||||
%global githubfull %{githubname}-%{githubver}
|
||||
|
||||
Name: %{githubname}
|
||||
Version: %{githubver}
|
||||
Release: 2
|
||||
Release: 1
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
@ -27,7 +27,6 @@ ABI.
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = 2:%{version}-%{release}
|
||||
Requires: kernel-headers >= 5.4.0-1
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries header files for
|
||||
@ -53,7 +52,7 @@ developing applications that use %{name}
|
||||
%make_install -C ./src %{make_flags}
|
||||
|
||||
%files
|
||||
%{_libdir}/libbpf.so.0.1.0
|
||||
%{_libdir}/libbpf.so.0.3.0
|
||||
%{_libdir}/libbpf.so.0
|
||||
|
||||
%files devel
|
||||
@ -65,6 +64,9 @@ developing applications that use %{name}
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2022 hujiawang<hujiawang1@huawei.com> - 2:0.3-1
|
||||
- updata libbpf v0.1.1 to v0.3
|
||||
|
||||
* Wed Nov 10 2021 Lv Ying<lvying6@huawei.com> - 0.1.1-2
|
||||
- support detecting and attaching of writable tracepoint program
|
||||
https://lore.kernel.org/bpf/20211004094857.30868-3-hotforest@gmail.com
|
||||
|
||||
BIN
v0.1.1.tar.gz
BIN
v0.1.1.tar.gz
Binary file not shown.
BIN
v0.3.tar.gz
Normal file
BIN
v0.3.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user