From c4cf12f86da5650c027391920829ecde33810112 Mon Sep 17 00:00:00 2001 From: zhang-mingyi66 Date: Sat, 26 Nov 2022 16:47:37 +0800 Subject: [PATCH] update code obtain address --- libbpf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libbpf.spec b/libbpf.spec index 671247e..796f9ce 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -1,5 +1,5 @@ %global githubname libbpf -%global githubver 0.3 +%global githubver 0.8.1 %global githubfull %{githubname}-%{githubver} Name: %{githubname} @@ -9,7 +9,7 @@ Summary: Libbpf library License: LGPLv2 or BSD URL: https://github.com/%{githubname}/%{githubname} -Source: https://github.com/%{githubname}/%{githubname}/archive/%{githubname}-%{githubver}.tar.gz +Source: https://github.com/%{githubname}/%{githubname}/archive/refs/tags/v%{githubver}.tar.gz BuildRequires: gcc elfutils-libelf-devel elfutils-devel Patch6000: backport-libbpf-Support-detecting-and-attaching-of-writable-t.patch -- Gitee