From 74a3811799974519716cd3225e041b03e4025ddb25497bd9e52e5d43f6c01712 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Apr 2020 06:31:07 +0000 Subject: [PATCH] Update description, add missing provides, equalize macro style OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=191 --- iproute2.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/iproute2.spec b/iproute2.spec index 2a3ad3c..5240101 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -83,14 +83,16 @@ Requires: bash-completion bash command line completion support for iproute. %package arpd -Summary: Userspace arp daemon +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 broad-casting -due to limited size of the kernel ARP cache. +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 @@ -140,14 +142,14 @@ cp -an README* examples/bpf "$b/%_docdir/%name/" %_bindir/routel %_bindir/ss %_sbindir/* -%exclude %{_sbindir}/arpd +%exclude %_sbindir/arpd #UsrMerge /sbin/* /bin/ip #EndUsrMerge %_mandir/man7/* %_mandir/man8/* -%exclude %{_mandir}/man8/arpd.8* +%exclude %_mandir/man8/arpd.8* %dir %_sysconfdir/iproute2 %config(noreplace) %_sysconfdir/iproute2/* %_libdir/tc/ @@ -168,7 +170,7 @@ cp -an README* examples/bpf "$b/%_docdir/%name/" %_datadir/bash-completion/ %files arpd -%{_sbindir}/arpd -%{_mandir}/man8/arpd.8* +%_sbindir/arpd +%_mandir/man8/arpd.8* %changelog