From 4f900f91dea33ff5d703ea5f2c9d24e6df6df227 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 9 Nov 2023 10:02:06 +0300 Subject: [PATCH] mdadm-4.2 --- hardware/disk/mdadm/actions.py | 2 +- hardware/disk/mdadm/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) 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