@@ -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/*")
|
||||
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Utility to control Linux MD devices (software RAID arrays)</Summary>
|
||||
<Description>mdadm is used to create, manage, and monitor Linux MD (software RAID) devices.</Description>
|
||||
<Archive sha1sum="fb0bace919325b42a005372b5a5cfa999da6567a" type="tarxz">https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.3.tar.xz</Archive>
|
||||
<Archive sha1sum="ae07142643a4a841b6a4568696ae6c9594583ad3" type="tarxz">https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-4.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dietlibc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">sysmacros.patch</Patch>
|
||||
<Patch level="1">mdadm-4.3-no-udev.patch</Patch>
|
||||
<!-- <Patch level="1">mdadm-4.3-no-udev.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2025-12-19</Date>
|
||||
<Version>4.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2024-07-25</Date>
|
||||
<Version>4.3</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>XZ compression utilities</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="ed4d5589c4cfe84e1697bd02a9954b76af336931" type="targz">https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="7bf2d887bd0ad401e0a4787a9033d9235036b3bb" type="targz">https://github.com/tukaani-project/xz/releases/download/v5.8.2/xz-5.8.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
|
||||
<!-- <Dependency versionFrom="2.30">glibc-devel</Dependency> -->
|
||||
@@ -67,6 +67,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2025-12-17</Date>
|
||||
<Version>5.8.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2025-11-11</Date>
|
||||
<Version>5.8.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user