diff --git a/bpftool.spec b/bpftool.spec index feda5fa2bc91405c0f99a076de356ceff8a747f5..ea5e98f9ac131ce8b93bd08743cbe204fdd6991e 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