From 266a75f8a6a6348bdf9251a9c5aea847c9009510 Mon Sep 17 00:00:00 2001 From: kiraskyler Date: Tue, 9 Dec 2025 09:10:26 +0000 Subject: [PATCH] Add set_build_flags macro in build stage to ensure correct generation of debugsource package Signed-off-by: kiraskyler --- bpftool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bpftool.spec b/bpftool.spec index feda5fa..ea5e98f 100644 --- a/bpftool.spec +++ b/bpftool.spec @@ -1,6 +1,6 @@ Name: bpftool Version: 7.2.0 -Release: 2 +Release: 3 Summary: Tool for inspection and manipulation of BPF programs and maps License: GPL-2.0-only URL: https://www.kernel.org/ @@ -21,6 +21,7 @@ and maps) on the system. %autosetup -p1 -n %{name}-%{version} %build +%set_build_flags %make_build -C src V=1 %make_build -C docs V=1 man @@ -38,6 +39,9 @@ mv %{buildroot}%{_datadir}/bash-completion/completions/bpftool %{buildroot}%{_sy %{_sysconfdir}/bash_completion.d/bpftool %changelog +* Tue Dec 9 2025 kiraskyler - 7.2.0-3 +- Add set_build_flags macro in build stage to ensure correct generation of debugsource package + * Mon Oct 28 2024 liwei - 7.2.0-2 - Add README -- Gitee