summaryrefslogtreecommitdiffstats
path: root/mdadm
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:09:26 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:09:26 +0200
commitf512e8a5ff1f2b36e90208b46eaf9032b4a64e6a (patch)
treee5aa0712b896b14638fab3cf775a4bc07a0d43b8 /mdadm
parentd8e742f850ed47af490000827a5121b58b84f709 (diff)
downloadnutyx-extra-f512e8a5ff1f2b36e90208b46eaf9032b4a64e6a.tar.gz
nutyx-extra-f512e8a5ff1f2b36e90208b46eaf9032b4a64e6a.tar.bz2
nutyx-extra-f512e8a5ff1f2b36e90208b46eaf9032b4a64e6a.tar.xz
nutyx-extra-f512e8a5ff1f2b36e90208b46eaf9032b4a64e6a.zip
mdadm 3.2.5-1 màj port
Diffstat (limited to 'mdadm')
-rw-r--r--mdadm/.footprint.i6864
-rw-r--r--mdadm/.footprint.x86_644
-rw-r--r--mdadm/.md5sum.i6863
-rw-r--r--mdadm/.md5sum.x86_643
-rwxr-xr-xmdadm/Pkgfile8
5 files changed, 13 insertions, 9 deletions
diff --git a/mdadm/.footprint.i686 b/mdadm/.footprint.i686
index 1a09efe9a..d58abcc1d 100644
--- a/mdadm/.footprint.i686
+++ b/mdadm/.footprint.i686
@@ -2,6 +2,10 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mdadm
-rwxr-xr-x root/root sbin/mdmon
drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/udev/
+drwxr-xr-x root/root usr/lib/udev/rules.d/
+-rw-r--r-- root/root usr/lib/udev/rules.d/64-md-raid.rules
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
diff --git a/mdadm/.footprint.x86_64 b/mdadm/.footprint.x86_64
index 1a09efe9a..d58abcc1d 100644
--- a/mdadm/.footprint.x86_64
+++ b/mdadm/.footprint.x86_64
@@ -2,6 +2,10 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/mdadm
-rwxr-xr-x root/root sbin/mdmon
drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/udev/
+drwxr-xr-x root/root usr/lib/udev/rules.d/
+-rw-r--r-- root/root usr/lib/udev/rules.d/64-md-raid.rules
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
diff --git a/mdadm/.md5sum.i686 b/mdadm/.md5sum.i686
index ecc6fba8c..247205076 100644
--- a/mdadm/.md5sum.i686
+++ b/mdadm/.md5sum.i686
@@ -1,2 +1 @@
-975ca718e6d8b24580dfe9483eed6a61 mdadm-3.2.1-gcc-4.6-1.patch
-d1e2549202bd79d9e99f1498d1109530 mdadm-3.2.1.tar.bz2
+2fd33dedcdb06f0d1461f50ddabb7e4a mdadm-3.2.5.tar.xz
diff --git a/mdadm/.md5sum.x86_64 b/mdadm/.md5sum.x86_64
index ecc6fba8c..247205076 100644
--- a/mdadm/.md5sum.x86_64
+++ b/mdadm/.md5sum.x86_64
@@ -1,2 +1 @@
-975ca718e6d8b24580dfe9483eed6a61 mdadm-3.2.1-gcc-4.6-1.patch
-d1e2549202bd79d9e99f1498d1109530 mdadm-3.2.1.tar.bz2
+2fd33dedcdb06f0d1461f50ddabb7e4a mdadm-3.2.5.tar.xz
diff --git a/mdadm/Pkgfile b/mdadm/Pkgfile
index d7b3ff54b..aafc7ab9a 100755
--- a/mdadm/Pkgfile
+++ b/mdadm/Pkgfile
@@ -4,15 +4,13 @@
# Packager: thierryn1 at hispeed dot ch
name=mdadm
-version=3.2.1
+version=3.2.5
release=1
-source=(ftp://ftp.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.bz2\
- http://nutyx.meticul.eu/files/patchs/$name/mdadm-3.2.1-gcc-4.6-1.patch)
+source=(ftp://ftp.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- patch -Np1 -i ../mdadm-3.2.1-gcc-4.6-1.patch
make
make INSTALL=/usr/bin/install DESTDIR=$PKG install
- rm -r $PKG/lib
+ mv $PKG/lib $PKG/usr
}