commit
9b05b159c5
BIN
libbpf-0.3.tar.gz
Normal file
BIN
libbpf-0.3.tar.gz
Normal file
Binary file not shown.
12
libbpf.spec
12
libbpf.spec
@ -1,15 +1,15 @@
|
||||
%global githubname libbpf
|
||||
%global githubver 0.1.1
|
||||
%global githubver 0.3
|
||||
%global githubfull %{githubname}-%{githubver}
|
||||
|
||||
Name: %{githubname}
|
||||
Version: %{githubver}
|
||||
Release: 1
|
||||
Release: 1.h0
|
||||
Summary: Libbpf library
|
||||
|
||||
License: LGPLv2 or BSD
|
||||
URL: https://github.com/%{githubname}/%{githubname}
|
||||
Source: https://github.com/%{githubname}/%{githubname}/archive/v%{githubver}.tar.gz
|
||||
Source: https://github.com/%{githubname}/%{githubname}/archive/%{githubname}-%{githubver}.tar.gz
|
||||
BuildRequires: gcc elfutils-libelf-devel elfutils-devel
|
||||
|
||||
# This package supersedes libbpf from kernel-tools,
|
||||
@ -51,7 +51,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
|
||||
@ -63,6 +63,10 @@ developing applications that use %{name}
|
||||
%{_libdir}/libbpf.a
|
||||
|
||||
%changelog
|
||||
* Tue Dec 28 2021 sunsuwan <sunsuwan2@huawei.com> - 0.3-1.h0
|
||||
- update libbpf from v0.1.1 to v0.3
|
||||
|
||||
|
||||
* Wed Oct 28 2020 hubble_zhu <hubble_zhu@qq.com> - 0.1.1-1
|
||||
- update libbpf from v0.0.6 to v0.1.1
|
||||
|
||||
|
||||
BIN
v0.1.1.tar.gz
BIN
v0.1.1.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user