!13 升级libbpf包

Merge pull request !13 from 孙苏皖/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-28 03:38:19 +00:00 committed by Gitee
commit 9b05b159c5
3 changed files with 8 additions and 4 deletions

BIN
libbpf-0.3.tar.gz Normal file

Binary file not shown.

View File

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

Binary file not shown.