Accepting request 792342 from security:netfilter

- Move arpd into own subpackage to avoid libdb dependency
  [jira#PM-1185]

OBS-URL: https://build.opensuse.org/request/show/792342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iproute2?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2020-04-11 21:45:28 +00:00 committed by Git OBS Bridge
commit 9df161017c
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 8 05:59:55 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>
- Move arpd into own subpackage to avoid libdb dependency
[jira#PM-1185]
-------------------------------------------------------------------
Wed Apr 1 18:44:53 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -82,6 +82,18 @@ 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
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 @@ 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 +169,8 @@ cp -an README* examples/bpf "$b/%_docdir/%name/"
%files bash-completion
%_datadir/bash-completion/
%files arpd
%_sbindir/arpd
%_mandir/man8/arpd.8*
%changelog