@@ -28,12 +28,12 @@ def install():
|
|||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
# Remove the udev file as its shipped with udev package
|
# 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
|
# Install config file
|
||||||
pisitools.insinto("/etc", "mdadm.conf-example", "mdadm.conf")
|
pisitools.insinto("/etc", "documentation/mdadm.conf-example", "mdadm.conf")
|
||||||
|
|
||||||
builddiet()
|
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>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Utility to control Linux MD devices (software RAID arrays)</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>dietlibc</Dependency>
|
<Dependency>dietlibc</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">sysmacros.patch</Patch>
|
<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>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -58,6 +58,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="9">
|
||||||
<Date>2024-07-25</Date>
|
<Date>2024-07-25</Date>
|
||||||
<Version>4.3</Version>
|
<Version>4.3</Version>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>XZ compression utilities</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
|
<!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
|
||||||
<!-- <Dependency versionFrom="2.30">glibc-devel</Dependency> -->
|
<!-- <Dependency versionFrom="2.30">glibc-devel</Dependency> -->
|
||||||
@@ -67,6 +67,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="19">
|
||||||
<Date>2025-11-11</Date>
|
<Date>2025-11-11</Date>
|
||||||
<Version>5.8.1</Version>
|
<Version>5.8.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user