Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftool for openSUSE:Factory checked in at 2026-09-01 15:46:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftool (Old) and /work/SRC/openSUSE:Factory/.bpftool.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftool" Tue Sep 1 15:46:01 2026 rev:19 rq:1374802 version:7.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bpftool/bpftool.changes 2026-04-10 17:51:35.106277291 +0200 +++ /work/SRC/openSUSE:Factory/.bpftool.new.1265/bpftool.changes 2026-09-01 15:46:42.305297263 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 06:22:01 UTC 2026 - Hoyeon Lee <[email protected]> + +- Use pkgconfig() dependencies, and %make_install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftool.spec ++++++ --- /var/tmp/diff_new_pack.RK3Oe8/_old 2026-09-01 15:46:43.100325059 +0200 +++ /var/tmp/diff_new_pack.RK3Oe8/_new 2026-09-01 15:46:43.105325233 +0200 @@ -29,11 +29,11 @@ # Needed for compiling included BPF program (i.e. skeletons) BuildRequires: clang%{product_libs_llvm_ver} BuildRequires: docutils -BuildRequires: libcap-devel BuildRequires: libelf-devel -BuildRequires: libzstd-devel # llvm-strip is needed for the included BPF program (i.e. skeletons) BuildRequires: llvm%{product_libs_llvm_ver} +BuildRequires: pkgconfig(libcap) +BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(openssl) %description @@ -68,8 +68,8 @@ man %install -make -C src V=1 install DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} -make -C docs V=1 install DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} +%make_install -C src V=1 prefix=%{_prefix} mandir=%{_mandir} +%make_install -C docs V=1 prefix=%{_prefix} mandir=%{_mandir} %files %license LICENSE LICENSE.BSD-2-Clause LICENSE.GPL-2.0
