From f512e8a5ff1f2b36e90208b46eaf9032b4a64e6a Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:09:26 +0200 Subject: mdadm 3.2.5-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdadm/.footprint.i686 | 4 ++++ mdadm/.footprint.x86_64 | 4 ++++ mdadm/.md5sum.i686 | 3 +-- mdadm/.md5sum.x86_64 | 3 +-- mdadm/Pkgfile | 8 +++----- 5 files changed, 13 insertions(+), 9 deletions(-) (limited to 'mdadm') 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 } -- cgit v1.2.3-54-g00ecf