[arch-commits] Commit in mdadm/trunk (PKGBUILD mdadm_install)
Thomas Bächler
thomas at archlinux.org
Thu Jun 30 18:05:23 UTC 2011
Date: Thursday, June 30, 2011 @ 14:05:23
Author: thomas
Revision: 129978
mdadm: Adjust mkinitcpio hook for mkinitcpio 0.7
Modified:
mdadm/trunk/PKGBUILD
mdadm/trunk/mdadm_install
---------------+
PKGBUILD | 6 +++---
mdadm_install | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-30 18:03:08 UTC (rev 129977)
+++ PKGBUILD 2011-06-30 18:05:23 UTC (rev 129978)
@@ -3,13 +3,13 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=mdadm
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
arch=(i686 x86_64)
license=('GPL')
url="http://www.cse.unsw.edu.au/~neilb/source/mdadm/"
groups=('base')
-conflicts=('mkinitcpio<0.5.99')
+conflicts=('mkinitcpio<0.7')
depends=('glibc')
backup=('etc/mdadm.conf')
source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-$pkgver.tar.bz2
@@ -23,7 +23,7 @@
md5sums=('12ee2fbf3beddb60601fb7a4c4905651'
'6df172c8f77b280018cf87eb3d313f29'
'00cbed931db4f15b6ce49e3e7d433966'
- '53f58d4a8f6e23c452d67007186262e3'
+ '4bb000166fb13e82ceaa2422fdfaac7e'
'36f7cc564ed3267888d90208e0eb7adc'
'4ad87b74a4bc9a34621280abe0e0c3e4')
Modified: mdadm_install
===================================================================
--- mdadm_install 2011-06-30 18:03:08 UTC (rev 129977)
+++ mdadm_install 2011-06-30 18:05:23 UTC (rev 129978)
@@ -1,6 +1,6 @@
# vim: set ft=sh:
-install ()
+build()
{
MODULES=" $(checked_modules "drivers/md/*" | grep -v "dm-") "
BINARIES=""
More information about the arch-commits
mailing list