diff --git a/libbpf-0.3.tar.gz b/libbpf-0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc95de423876f1c8ed0fe8ca6c52c020884e4cea Binary files /dev/null and b/libbpf-0.3.tar.gz differ diff --git a/libbpf.spec b/libbpf.spec index d3add41ecf4877106dc2f583806d165449f532dc..c4a3b6b4a167ba743d5441aa0755a73529d9c979 100644 --- a/libbpf.spec +++ b/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,9 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog +* Wed Jan 5 2022 sunsuwan - 0.3-1.h0 +- update libbpf from v0.1.1 to v0.3 + * Wed Oct 28 2020 hubble_zhu - 0.1.1-1 - update libbpf from v0.0.6 to v0.1.1 diff --git a/v0.1.1.tar.gz b/v0.1.1.tar.gz deleted file mode 100644 index 5a24c581793695b36dcb112ce836ce6c54f2fd51..0000000000000000000000000000000000000000 Binary files a/v0.1.1.tar.gz and /dev/null differ