From patchwork Tue Feb 21 11:52:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6579 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 4PLd2b5ZjXz3x1t for ; Tue, 21 Feb 2023 11:52:55 +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 4PLd2Z2YgHzhR; Tue, 21 Feb 2023 11:52:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PLd2Z1M7Lz2xfN; Tue, 21 Feb 2023 11:52:54 +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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PLd2X5tV4z2xSs for ; Tue, 21 Feb 2023 11:52:52 +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 4PLd2W6TLRzRR; Tue, 21 Feb 2023 11:52:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676980372; 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=axxb1uhsyv6GhCLVoXfcIfvrLnoMfVW3UKJPjcELOI4=; b=PY4uUiZLJ96I+zegcUyH/aXySyZQw0xdteegGwMrJy/1oz+/D+DhHETCDL5+mlVz2p6hlp Wa5T2pD3k93dt4Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676980372; 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=axxb1uhsyv6GhCLVoXfcIfvrLnoMfVW3UKJPjcELOI4=; b=njIlnxREymPiYjhU1PGlnV8bc/T8hEXj+lc+oeUpn77cL03fHWVFh3vklTJtBlubYmWZ2o 8LMx/ntg/vajGcWkNovSxQFFkGtGyz9q5Yfpn65b2NpdtvBSmsX2xIQs1gHEcEEC533Qgg 9pKM0fmjYdR0tU5oK3ogN1fggSoLWxgeeT9TBjBEQSRrqxKai2VQecOoZiqFgaJZhqkgl+ aEvnP8lUZVRXXLoH4nrbD6IieiN8Md1/mP03oNaDMbzVVqJ/BiVufdKZ0EzMXoIJdgfSIF lsbHNnkseCKlawTY16CJRYOmG6SGpmBoDqPv9PJnifkiIx16ymJl9bpr6zaShw== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] multipath-tools: Update to 0.9.4 Date: Tue, 21 Feb 2023 12:52:45 +0100 Message-Id: <20230221115245.632297-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 --- multipath-tools/multipath-tools.nm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/multipath-tools/multipath-tools.nm b/multipath-tools/multipath-tools.nm index 02bfeeaf3..881c2dfd0 100644 --- a/multipath-tools/multipath-tools.nm +++ b/multipath-tools/multipath-tools.nm @@ -4,7 +4,7 @@ ############################################################################### name = multipath-tools -version = 0.6.3 +version = 0.9.4 release = 1 groups = System/Base @@ -17,26 +17,29 @@ description instructing the device-mapper multipath kernel module what to do. end -# git archive 0.6.3 --prefix=multipath-tools-0.6.3/ --format=tar | gzip --best > multipath-tools-0.6.3.tar.gz +source_dl = https://github.com/opensvc/%{name}/archive/refs/tags/%{version}.tar.gz#/ sources = %{thisapp}.tar.gz build requires gzip + json-c-devel libaio-devel libdevmapper-devel libudev-devel + liburcu-devel ncurses-devel readline-devel end - make_build_targets += -C kpartx LIB=%{lib} LDFLAGS="%{LDFLAGS} -ldevmapper" + make_build_targets += kpartx LIB=%{lib} LDFLAGS="%{LDFLAGS} -ldevmapper" # Install everything to the correct locations. make_install_targets += \ -C kpartx \ bindir=%{sbindir} \ syslibdir=%{libdir} \ + mandir=%{mandir} \ libdir=%{libdir}/multipath \ unitdir=%{unitdir} end @@ -49,6 +52,7 @@ packages end files + /usr/lib/udev %{sbindir}/kpartx %{mandir}/man8/kpartx.8* end