From fd7e6b526135a710ea0b8bbf03f4e3beb852e058 Mon Sep 17 00:00:00 2001 From: chenhaixing Date: Mon, 22 Aug 2022 16:37:15 +0800 Subject: [PATCH 1/3] modify release --- libbpf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libbpf.spec b/libbpf.spec index 14a3218..3192898 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -4,7 +4,7 @@ Name: %{githubname} Version: %{githubver} -Release: 1.h1 +Release: 2 Summary: Libbpf library License: LGPLv2 or BSD @@ -65,11 +65,14 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog -* Wed Aug 3 2022 Lv Ying - 0.6.1-1.h1 +* Mon Aug 22 2022 hujiawang - 2:0.3-2 +- change the package name + +* Wed Aug 3 2022 Lv Ying - 2:0.3-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 +* Mon Dec 27 2021 sunsuwan - 2:0.3-2 - update libbpf from v0.1.1 to v0.3 * Sun Sep 26 2021 zhudi - 0.1.1-1.h1 -- Gitee From 6850199ef89fd481e08b1bd9a741d0e945b2ed87 Mon Sep 17 00:00:00 2001 From: chenhaixing Date: Tue, 23 Aug 2022 09:39:41 +0800 Subject: [PATCH 2/3] modify release --- libbpf.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libbpf.spec b/libbpf.spec index 3192898..9fac909 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -4,7 +4,7 @@ Name: %{githubname} Version: %{githubver} -Release: 2 +Release: 3 Summary: Libbpf library License: LGPLv2 or BSD @@ -65,14 +65,14 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog -* Mon Aug 22 2022 hujiawang - 2:0.3-2 +* Mon Aug 22 2022 hujiawang - 2:0.3-3 - change the package name -* Wed Aug 3 2022 Lv Ying - 2:0.3-2 +* Wed Aug 3 2022 Lv Ying - 2:0.3-3 - support detecting and attaching of writable tracepoint program https://lore.kernel.org/bpf/20211004094857.30868-3-hotforest@gmail.com -* Mon Dec 27 2021 sunsuwan - 2:0.3-2 +* Mon Dec 27 2021 sunsuwan - 2:0.3-3 - update libbpf from v0.1.1 to v0.3 * Sun Sep 26 2021 zhudi - 0.1.1-1.h1 -- Gitee From 67361ba98d02b7b6ff45216c131b3fe1aac35d34 Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Wed, 24 Aug 2022 10:29:17 +0800 Subject: [PATCH 3/3] modify release --- libbpf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libbpf.spec b/libbpf.spec index 9fac909..4654501 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -68,11 +68,11 @@ developing applications that use %{name} * Mon Aug 22 2022 hujiawang - 2:0.3-3 - change the package name -* Wed Aug 3 2022 Lv Ying - 2:0.3-3 +* Wed Aug 3 2022 Lv Ying - 2:0.3-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 - 2:0.3-3 +* Mon Dec 27 2021 sunsuwan - 2:0.3-1 - update libbpf from v0.1.1 to v0.3 * Sun Sep 26 2021 zhudi - 0.1.1-1.h1 -- Gitee