diff --git a/libbpf.spec b/libbpf.spec index 4ae9a5ccc7f59b901e004b7433c529674a059af2..c1539b13366f1f11d67fdc9a82cb92ee5ba34de1 100644 --- a/libbpf.spec +++ b/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.h0 Summary: Libbpf library License: LGPLv2 or BSD @@ -12,7 +12,7 @@ URL: https://github.com/%{githubname}/%{githubname} Source: https://github.com/%{githubname}/%{githubname}/archive/v%{githubver}.tar.gz BuildRequires: gcc elfutils-libelf-devel elfutils-devel -Patch6000: backport-libbpf-Support-detecting-and-attaching-of-writable-t.patch +#patches # This package supersedes libbpf from kernel-tools, # which has default Epoch: 0. By having Epoch: 1 @@ -53,7 +53,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,11 +65,16 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog -* Wed Nov 10 2021 Lv Ying - 0.1.1-2 -- support detecting and attaching of writable tracepoint program - https://lore.kernel.org/bpf/20211004094857.30868-3-hotforest@gmail.com +* Mon Dec 27 2021 sunsuwan - 0.6.1-1.h0 +- update libbpf from v0.1.1 to v0.3 -* Tue Nov 17 2020 nlgwcy - 0.1.1-1 +* Sun Sep 26 2021 zhudi - 0.1.1-1.h1 +- Type:bugfix +- CVE: +- SUG:restart +- DESC: add Use SOCK_CLOEXEC when opening the netlink socket + +* Wed Oct 28 2020 hubble_zhu - 0.1.1-1 - update libbpf from v0.0.6 to v0.1.1 * Sun Apr 26 2020 openEuler Buildteam - 0.0.6-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 diff --git a/v0.3.tar.gz b/v0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dc95de423876f1c8ed0fe8ca6c52c020884e4cea Binary files /dev/null and b/v0.3.tar.gz differ