update libbpf from v0.1.1 to v0.3
This commit is contained in:
parent
fac148d192
commit
0e90c7aed1
10
libbpf.spec
10
libbpf.spec
@ -1,10 +1,10 @@
|
|||||||
%global githubname libbpf
|
%global githubname libbpf
|
||||||
%global githubver 0.1.1
|
%global githubver 0.3
|
||||||
%global githubfull %{githubname}-%{githubver}
|
%global githubfull %{githubname}-%{githubver}
|
||||||
|
|
||||||
Name: %{githubname}
|
Name: %{githubname}
|
||||||
Version: %{githubver}
|
Version: %{githubver}
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Libbpf library
|
Summary: Libbpf library
|
||||||
|
|
||||||
License: LGPLv2 or BSD
|
License: LGPLv2 or BSD
|
||||||
@ -27,7 +27,6 @@ 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
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries header files for
|
The %{name}-devel package contains libraries header files for
|
||||||
@ -53,7 +52,7 @@ developing applications that use %{name}
|
|||||||
%make_install -C ./src %{make_flags}
|
%make_install -C ./src %{make_flags}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/libbpf.so.0.1.0
|
%{_libdir}/libbpf.so.0.3.0
|
||||||
%{_libdir}/libbpf.so.0
|
%{_libdir}/libbpf.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -65,6 +64,9 @@ developing applications that use %{name}
|
|||||||
%{_libdir}/libbpf.a
|
%{_libdir}/libbpf.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 10 2021 Lv Ying<lvying6@huawei.com> - 0.1.1-2
|
||||||
- support detecting and attaching of writable tracepoint program
|
- support detecting and attaching of writable tracepoint program
|
||||||
https://lore.kernel.org/bpf/20211004094857.30868-3-hotforest@gmail.com
|
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