diff --git a/hardware/disk/mdadm/actions.py b/hardware/disk/mdadm/actions.py index b264c923..ba160ddc 100644 --- a/hardware/disk/mdadm/actions.py +++ b/hardware/disk/mdadm/actions.py @@ -22,7 +22,7 @@ def build(): # fix build with gcc-4.9.0 pisitools.dosed("Makefile", "(Wall) -Werror", "\\1") # Not sure about MDASSEMBLE_AUTO=1. Need to investigate. - autotools.make("SYSCONFDIR=/%s MDASSEMBLE_AUTO=1 mdassemble mdadm mdmon" % get.confDIR()) + autotools.make("SYSCONFDIR=/%s MDASSEMBLE_AUTO=1 mdadm mdmon" % get.confDIR()) def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/hardware/disk/mdadm/pspec.xml b/hardware/disk/mdadm/pspec.xml index caac7624..45c6217f 100644 --- a/hardware/disk/mdadm/pspec.xml +++ b/hardware/disk/mdadm/pspec.xml @@ -12,12 +12,12 @@ app:console Utility to control Linux MD devices (software RAID arrays) mdadm is used to create, manage, and monitor Linux MD (software RAID) devices. - https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-3.4.tar.xz + https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.2.tar.xz dietlibc - sysmacros.patch + disable-werror.patch @@ -57,6 +57,13 @@ + + 2023-11-08 + 4.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-09 3.4