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
diff --git a/system/base/xz/pspec.xml b/system/base/xz/pspec.xml
index 7a11da28..d0cc29b4 100644
--- a/system/base/xz/pspec.xml
+++ b/system/base/xz/pspec.xml
@@ -15,7 +15,7 @@
library
XZ compression utilities
XZ Utils provide a general purpose data compression library and command line tools. The .xz format supports multiple compression algorithms, which are called "filters" in context of XZ Utils. The primary filter is currently LZMA2.
- https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.gz
+ https://github.com/tukaani-project/xz/releases/download/v5.8.2/xz-5.8.2.tar.gz
@@ -67,6 +67,13 @@
+
+ 2025-12-17
+ 5.8.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2025-11-11
5.8.1