diff --git a/hardware/disk/mdadm/actions.py b/hardware/disk/mdadm/actions.py index 04c761cb..f133dc56 100644 --- a/hardware/disk/mdadm/actions.py +++ b/hardware/disk/mdadm/actions.py @@ -28,12 +28,12 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) # Remove the udev file as its shipped with udev package - pisitools.remove("/lib/udev/rules.d/*") + # pisitools.remove("/lib/udev/rules.d/*") # Install config file - pisitools.insinto("/etc", "mdadm.conf-example", "mdadm.conf") + pisitools.insinto("/etc", "documentation/mdadm.conf-example", "mdadm.conf") builddiet() - pisitools.dodoc("TODO", "ChangeLog", "COPYING", "mdadm.conf-example", "misc/*") + pisitools.dodoc("CHANGELOG*", "COPYING", "documentation/mdadm.conf-example", "misc/*") diff --git a/hardware/disk/mdadm/pspec.xml b/hardware/disk/mdadm/pspec.xml index 27123603..2d64d582 100644 --- a/hardware/disk/mdadm/pspec.xml +++ b/hardware/disk/mdadm/pspec.xml @@ -12,13 +12,13 @@ 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-4.3.tar.xz + https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.4.tar.xz dietlibc sysmacros.patch - mdadm-4.3-no-udev.patch + @@ -58,6 +58,13 @@ + + 2025-12-19 + 4.4 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2024-07-25 4.3