Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ethtool for openSUSE:Factory checked in at 2023-03-07 16:48:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ethtool (Old) and /work/SRC/openSUSE:Factory/.ethtool.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ethtool" Tue Mar 7 16:48:56 2023 rev:78 rq:1069637 version:6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes 2023-03-02 23:03:18.671363406 +0100 +++ /work/SRC/openSUSE:Factory/.ethtool.new.31432/ethtool.changes 2023-03-07 16:49:08.881209979 +0100 @@ -1,0 +2,5 @@ +Fri Mar 3 13:08:27 UTC 2023 - Callum Farmer <gm...@opensuse.org> + +- Split bash-completion to separate sub-package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ethtool.spec ++++++ --- /var/tmp/diff_new_pack.lGkX1K/_old 2023-03-07 16:49:09.505213263 +0100 +++ /var/tmp/diff_new_pack.lGkX1K/_new 2023-03-07 16:49:09.509213283 +0100 @@ -37,6 +37,20 @@ Ethtool is a small utility for examining and tuning ethernet-based network interfaces. See the man page for more details. +%package bash-completion +Summary: Bash completion for ethtool +Group: System/Shells +Requires: %{name} +Requires: bash-completion +%if 0%{?suse_version} >= 1500 +Supplements: (%{name} and bash-completion) +%else +Supplements: packageand(%{name}:bash-completion) +%endif + +%description bash-completion +bash command line completion support for ethtool. + %prep %setup -q @@ -54,9 +68,6 @@ %files %defattr(-,root,root) %{_sbindir}/ethtool -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/ethtool %{_mandir}/man8/ethtool.8* %if (0%{?suse_version} >= 1500) || (0%{?sle_version} >= 120300) %license COPYING @@ -65,4 +76,10 @@ %endif %doc AUTHORS NEWS +%files bash-completion +%defattr(-,root,root) +%dir %{_datadir}/bash-completion +%dir %{_datadir}/bash-completion/completions +%{_datadir}/bash-completion/completions/ethtool + %changelog