Jan Engelhardt 2020-02-09 19:00:38 +00:00 committed by Git OBS Bridge
parent 7c51a0e3bb
commit c7074f5a53

View File

@ -17,9 +17,8 @@
Name: iproute2
Version: 5.5
Version: 5.5.0
Release: 0
%define rversion 5.5.0
Summary: Linux network configuration utilities
License: GPL-2.0-only
Group: Productivity/Networking/Routing
@ -28,8 +27,8 @@ URL: https://www.linuxfoundation.org/collaborate/workgroups/networkin
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.xz
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
Source9: %name.keyring
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
@ -83,8 +82,7 @@ Requires: bash-completion
bash command line completion support for iproute.
%prep
%setup -qn %name-%rversion
%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 201 -P 202 -p1
%autosetup -p1
find . -name *.orig -delete
%build