Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bpftool for openSUSE:Factory checked in at 2022-10-14 15:40:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bpftool (Old) and /work/SRC/openSUSE:Factory/.bpftool.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bpftool" Fri Oct 14 15:40:36 2022 rev:5 rq:1010202 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/bpftool/bpftool.changes 2022-04-13 21:04:04.260522303 +0200 +++ /work/SRC/openSUSE:Factory/.bpftool.new.2275/bpftool.changes 2022-10-14 15:41:21.471800031 +0200 @@ -1,0 +2,6 @@ +Fri Oct 7 16:22:21 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Move bash-completion to subpackage so it isn't installed when + not needed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bpftool.spec ++++++ --- /var/tmp/diff_new_pack.2HjnvY/_old 2022-10-14 15:41:21.803800585 +0200 +++ /var/tmp/diff_new_pack.2HjnvY/_new 2022-10-14 15:41:21.807800592 +0200 @@ -33,6 +33,16 @@ bpftool allows for inspection and simple modification of BPF objects (programs and maps) on the system. +%package bash-completion +Summary: Bash completion for bpftool +Group: System/Shells +Requires: bash-completion +Requires: %{name} +Supplements: (%{name} and bash-completion) + +%description bash-completion +bash command line completion support for bpftool. + %package rebuild Summary: Empty package to ensure rebuilding bpftool in OBS Group: System/Monitoring @@ -65,9 +75,11 @@ %files %license GPL-2.0 %{_sbindir}/bpftool -%{_datadir}/bash-completion/completions/bpftool %{_mandir}/man?/*.gz +%files bash-completion +%{_datadir}/bash-completion/completions/bpftool + %files rebuild %license GPL-2.0