diff --git a/network/filter/iproute2/actions.py b/network/filter/iproute2/actions.py
index 57880b88d2..5fe4707377 100644
--- a/network/filter/iproute2/actions.py
+++ b/network/filter/iproute2/actions.py
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- autotools.configure()
+ autotools.rawConfigure()
def build():
autotools.make('CC="%s" RPM_OPT_FLAGS="%s"' % (get.CC(), get.CFLAGS()))
diff --git a/network/filter/iproute2/pspec.xml b/network/filter/iproute2/pspec.xml
index 5d224b152c..9dd4c07991 100644
--- a/network/filter/iproute2/pspec.xml
+++ b/network/filter/iproute2/pspec.xml
@@ -12,14 +12,16 @@
app:console
Kernel routing and traffic control utilities
Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux.
- https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.13.0.tar.gz
+ https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.14.0.tar.gz
- iptables-devel
db-devel
- elfutils-devel
zlib-devel
+ libbsd-devel
libcap-devel
libmnl-devel
+ elfutils-devel
+ linux-atm-devel
+ iptables-devel
0001-make-iproute2-fhs-compliant.patch
@@ -34,6 +36,8 @@
elfutils
libcap
libmnl
+ libbsd
+ linux-atm
/etc
@@ -49,6 +53,13 @@
+
+ 2021-09-02
+ 5.14.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-07-02
5.13.0