From d59e8cf6ad86e00787a99887ffe1a86e3b2791227aeec2280aba508783e2d75e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Apr 2020 06:20:24 +0000 Subject: [PATCH] Accepting request 792329 from home:kukuk:branches:security:netfilter - Move arpd into own subpackage to avoid libdb dependency [jira#PM-1185] OBS-URL: https://build.opensuse.org/request/show/792329 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=190 --- iproute2.changes | 6 ++++++ iproute2.spec | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/iproute2.changes b/iproute2.changes index 3c8f11a..7b7f379 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 8 05:59:55 UTC 2020 - Thorsten Kukuk + +- Move arpd into own subpackage to avoid libdb dependency + [jira#PM-1185] + ------------------------------------------------------------------- Wed Apr 1 18:44:53 UTC 2020 - Jan Engelhardt diff --git a/iproute2.spec b/iproute2.spec index 3537440..2a3ad3c 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -82,6 +82,16 @@ Requires: bash-completion %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 + +%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 broad-casting +due to limited size of the kernel ARP cache. + %prep %autosetup -p1 find . -name *.orig -delete @@ -130,12 +140,14 @@ cp -an README* examples/bpf "$b/%_docdir/%name/" %_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 +167,8 @@ cp -an README* examples/bpf "$b/%_docdir/%name/" %files bash-completion %_datadir/bash-completion/ +%files arpd +%{_sbindir}/arpd +%{_mandir}/man8/arpd.8* + %changelog