From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/4] iproute2: Do not depend on linux-atm. Date: Sun, 26 Feb 2023 13:19:02 +0100 Message-ID: <20230226121905.273373-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7771099767924895499==" List-Id: --===============7771099767924895499== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Stefan Schantl --- iproute2/iproute2.nm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 12764f296..965d1cf3f 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -5,7 +5,7 @@ name = iproute2 version = 6.0.0 -release = 2 +release = 3 groups = Networking/Tools url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git @@ -30,7 +30,6 @@ build libmnl-devel libnl-devel libtirpc-devel - linux-atm-devel >= 2.5.1 end export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS} -- 2.30.2 --===============7771099767924895499==--