Accepting request 945690 from home:gmbr3:Active

- remove routef from links; it doesn't exist anymore

OBS-URL: https://build.opensuse.org/request/show/945690
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=219
This commit is contained in:
Jan Engelhardt 2022-01-12 10:30:34 +00:00 committed by Git OBS Bridge
parent 844978d728
commit 4bfdd58394
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 11 21:22:27 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- remove routef from links; it doesn't exist anymore
-------------------------------------------------------------------
Tue Jan 11 19:49:31 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -125,7 +125,7 @@ ln -s "%_sbindir/ip" "$b/sbin/"
mkdir -p "$b/bin"
ln -sf "%_sbindir/ip" "$b/bin/ip"
%endif
for BIN in lnstat nstat routef routel ss; do
for BIN in lnstat nstat routel ss; do
ln -sf "%_sbindir/$BIN" "$b/%_bindir/$BIN"
done
mkdir -p "$b/%_docdir/%name"
@ -135,7 +135,6 @@ cp -an README* examples/bpf "$b/%_docdir/%name/"
%files
%_bindir/lnstat
%_bindir/nstat
%_bindir/routef
%_bindir/routel
%_bindir/ss
%_sbindir/*