From patchwork Fri Jun 21 21:32:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2313 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 04A69887664 for ; Fri, 21 Jun 2019 12:32:42 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45Vc493FM1z5KKZt; Fri, 21 Jun 2019 12:32:41 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45Vc460xC6z5GlRf; Fri, 21 Jun 2019 12:32:38 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561116758; 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=uMvZAnz1cL88M6HCQIXPzB8TW+hDUBwKY4Z9B17l+D0=; b=NKnfCMDRZoV3a5Ogoj5mdiKIC5A4aaLkkq78LuJhpXTT9iDwJzuyooln4HGkmgVK1xPcCz RO7AGtDkKcYwBYot7anU5h8OG23mT/RQt6wwm0cS72//p95fyD3i7pqcJxgyOoU1mlIVsu VwrloLe5dPZblSzagxgh5NpFxtwUs6i9FU9owgCHbokMJoVkQZs0ilh8tV9Gu2RwajLrGT BKNTW1cCsggBx+EyAFfE0ohOAuGoawEBB5vQggF0qY5jrS2moqQpGCyquXO3OVxZSxAOwr QdRvN8fJCuZ+IM5OSQEZZos0Lfj7Z9KG1NH3l5cJ25YXqDKkxsAmjlmXgD8Lsg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561116758; 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=uMvZAnz1cL88M6HCQIXPzB8TW+hDUBwKY4Z9B17l+D0=; b=OXB5LutfEQohTHIqEDjgERhVLAfUNyxCJWVSk5NLI/RgklyUUjG2C1zqtBDrOGpINLsNlF iSDHu4+tDZW02iDg== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] util-linux: libmount-devel now requires libblkid-devel Date: Fri, 21 Jun 2019 13:32:36 +0200 Message-Id: <20190621113236.18769-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" X-Spam: Yes Signed-off-by: Stefan Schantl --- util-linux/util-linux.nm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm index 10cc5dbc5..7a1e66a2c 100644 --- a/util-linux/util-linux.nm +++ b/util-linux/util-linux.nm @@ -5,7 +5,7 @@ name = util-linux version = 2.34 -release = 1 +release = 2 maintainer = Stefan Schantl groups = System/Base @@ -236,6 +236,10 @@ packages summary = Development library and header of libmount. description = %{summary} + requires + libblkid-devel = %{thisver} + end + files %{includedir}/libmount/ %{libdir}/libmount.so