From patchwork Sun Feb 26 12:19:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6618 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4PPjNk5lD4z3wjy for ; Sun, 26 Feb 2023 12:19:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4PPjNg4BQRzXR; Sun, 26 Feb 2023 12:19:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PPjNg2ytsz2x9t; Sun, 26 Feb 2023 12:19:15 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PPjNd2MGdz2x9t for ; Sun, 26 Feb 2023 12:19:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4PPjNc129QzQ5; Sun, 26 Feb 2023 12:19:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677413952; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rlnleklQ2VcHDwhsv70oXSVXW7Rp8hNXGnYUEI0UYIM=; b=J4vn3ybvisMMnnCIwbAx7cBj69lBQl3FX2O/CjmsjCRDTxDaznGSAqS3hbYPnq5xvtzskR AH5I22G7uS7yAxBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677413952; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=rlnleklQ2VcHDwhsv70oXSVXW7Rp8hNXGnYUEI0UYIM=; b=f2j4ZTi1iC1sl0bC6uejd+mVRzX+hg7jMguq+hWwKT5uK1hCuhai5QxDbZeITRfVYUiwkD u4s0vLjREhjlXyVYLPa4Cjtau29e71lbL8vctNsTZiJy2I39LA6PjK6cpbHk0C8n+jh/5I DyyvUjdhbIMIL6Xb4UNhGrUMp0YOao0jtepoOx6wkoalZ2LbhTtTlx1vZfiYqBXZnutdBA tmPFDzYqkI/cIhkQQK/wViIH73CBw37dig/Ar49mSJYdm1uvIIdFGmyAsgE7N0k2i1TDd5 MgK3XcaWkCFLNgV+Kb35sju96Tb5CsprvwJLpzhuFtuyyGo/f4+hEjz+xqZBIQ== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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}