Hello community, here is the log from the commit of package iproute2 for openSUSE:Factory checked in at 2020-04-11 23:45:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iproute2 (Old) and /work/SRC/openSUSE:Factory/.iproute2.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iproute2" Sat Apr 11 23:45:28 2020 rev:109 rq:792342 version:5.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes 2020-04-07 10:20:34.505779345 +0200 +++ /work/SRC/openSUSE:Factory/.iproute2.new.3248/iproute2.changes 2020-04-11 23:45:31.147042651 +0200 @@ -1,0 +2,6 @@ +Wed Apr 8 05:59:55 UTC 2020 - Thorsten Kukuk <[email protected]> + +- Move arpd into own subpackage to avoid libdb dependency + [jira#PM-1185] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iproute2.spec ++++++ --- /var/tmp/diff_new_pack.bbKy6P/_old 2020-04-11 23:45:33.451044303 +0200 +++ /var/tmp/diff_new_pack.bbKy6P/_new 2020-04-11 23:45:33.455044305 +0200 @@ -82,6 +82,18 @@ %description bash-completion bash command line completion support for iproute. +%package arpd +Summary: Userspace ARP daemon +License: GPL-2.0-only +Group: Productivity/Networking/Routing +Provides: iproute2:/usr/sbin/arpd + +%description arpd +The arpd daemon collects gratuitous ARP information, saving it on +local disk and feeding it to the kernel on demand to avoid redundant +broadcasting due to limited standard size (512..1024 entries, +depending on type) of the kernel ARP cache. + %prep %autosetup -p1 find . -name *.orig -delete @@ -130,12 +142,14 @@ %_bindir/routel %_bindir/ss %_sbindir/* +%exclude %_sbindir/arpd #UsrMerge /sbin/* /bin/ip #EndUsrMerge %_mandir/man7/* %_mandir/man8/* +%exclude %_mandir/man8/arpd.8* %dir %_sysconfdir/iproute2 %config(noreplace) %_sysconfdir/iproute2/* %_libdir/tc/ @@ -155,4 +169,8 @@ %files bash-completion %_datadir/bash-completion/ +%files arpd +%_sbindir/arpd +%_mandir/man8/arpd.8* + %changelog
