From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id AD529469719 for ; Mon, 2 Nov 2020 09:24:49 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Mon, 2 Nov 2020 09:24:46 +0300 Message-Id: <88989888b1a3c84f4401d2cffb9a5553fe78f9fb.1604296782.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1] Remove autoconf tools from packages spec List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org After cURL was changed to use cmake in commit 2b07601922138fee02554ba69c989bee567e812e ('build: enable cmake in curl build') there is no need to set dependencies to autoconf tools. So removed it. --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/remove-old-curl-tools rpm/tarantool.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec index 489b94df8..6049d0e61 100644 --- a/rpm/tarantool.spec +++ b/rpm/tarantool.spec @@ -26,9 +26,6 @@ Requires(pre): %{_sbindir}/useradd Requires(pre): %{_sbindir}/groupadd # libcurl dependencies (except ones we have already). -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool BuildRequires: zlib-devel Requires: zlib -- 2.25.1