Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftool for openSUSE:Factory checked in at 2021-10-16 22:46:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftool (Old) and /work/SRC/openSUSE:Factory/.bpftool.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftool" Sat Oct 16 22:46:55 2021 rev:3 rq:925264 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/bpftool/bpftool.changes 2020-01-14 21:09:05.190812950 +0100 +++ /work/SRC/openSUSE:Factory/.bpftool.new.1890/bpftool.changes 2021-10-16 22:46:58.860658588 +0200 @@ -1,0 +2,5 @@ +Thu Oct 14 11:40:44 UTC 2021 - Shung-Hsi Yu <shung-hsi...@suse.com> + +- Enable libbfd feature to support dumping jited form of BPF programs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftool.spec ++++++ --- /var/tmp/diff_new_pack.IcnEK3/_old 2021-10-16 22:47:00.268659775 +0200 +++ /var/tmp/diff_new_pack.IcnEK3/_new 2021-10-16 22:47:00.272659778 +0200 @@ -1,7 +1,7 @@ # # spec file for package bpftool # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,8 @@ Summary: Tool for inspection and manipulation of BPF programs and maps License: GPL-2.0-only Group: Development/Tools/Other -Url: http://www.kernel.org/ +URL: http://www.kernel.org/ +BuildRequires: binutils-devel BuildRequires: docutils BuildRequires: kernel-source BuildRequires: libelf-devel @@ -39,7 +40,12 @@ %build cd tools/bpf/bpftool -%make_build V=1 feature-reallocarray=1 all doc +%make_build V=1 \ + feature-reallocarray=1 \ + feature-libbfd-liberty=1 \ + feature-disassembler-four-args=1 \ + all \ + doc %install cd tools/bpf/bpftool