forked from pool/iproute2
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
This commit is contained in:
parent
4e0b2288b4
commit
d59e8cf6ad
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user