forked from pool/iproute2
simplify setup
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=186
This commit is contained in:
parent
7c51a0e3bb
commit
c7074f5a53
@ -17,9 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: iproute2
|
Name: iproute2
|
||||||
Version: 5.5
|
Version: 5.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rversion 5.5.0
|
|
||||||
Summary: Linux network configuration utilities
|
Summary: Linux network configuration utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Networking/Routing
|
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/
|
#DL-URL: https://kernel.org/pub/linux/utils/net/iproute2/
|
||||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/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
|
Source: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.xz
|
||||||
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%rversion.tar.sign
|
Source2: https://kernel.org/pub/linux/utils/net/iproute2/%name-%version.tar.sign
|
||||||
Source9: %name.keyring
|
Source9: %name.keyring
|
||||||
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
|
Patch1: adjust-installation-directories-for-openSUSE-SLE.patch
|
||||||
Patch2: use-sysconf-_SC_CLK_TCK-if-HZ-undefined.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.
|
bash command line completion support for iproute.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name-%rversion
|
%autosetup -p1
|
||||||
%patch -P 1 -P 2 -P 3 -P 4 -P 6 -P 201 -P 202 -p1
|
|
||||||
find . -name *.orig -delete
|
find . -name *.orig -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user