public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: Update to 0.9.4
@ 2023-02-21 11:52 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-21 11:52 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1646 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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
-- 
2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-21 11:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 11:52 [PATCH] multipath-tools: Update to 0.9.4 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox