summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mdadm
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-07-03 23:22:55 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-07-03 23:22:55 (GMT)
commit21f912004613ab41436b36b424f943f3c5bfbf83 (patch)
treeb1649208720b89cbbf0d60f0c8f3a6d70bc459d8 /abs/core-testing/mdadm
parentcdcc1aaa40d3cc1a6da6ac919ca651c011fe104e (diff)
downloadlinhes_pkgbuild-21f912004613ab41436b36b424f943f3c5bfbf83.zip
linhes_pkgbuild-21f912004613ab41436b36b424f943f3c5bfbf83.tar.gz
linhes_pkgbuild-21f912004613ab41436b36b424f943f3c5bfbf83.tar.bz2
udev&mdadm: resolve conflict
Diffstat (limited to 'abs/core-testing/mdadm')
-rw-r--r--abs/core-testing/mdadm/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/mdadm/PKGBUILD b/abs/core-testing/mdadm/PKGBUILD
index 7745ad9..0af45bf 100644
--- a/abs/core-testing/mdadm/PKGBUILD
+++ b/abs/core-testing/mdadm/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Judd Vinet <jvinet@zeroflux.org>
pkgname=mdadm
pkgver=3.0
-pkgrel=11
+pkgrel=12
pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
arch=(i686 x86_64)
license=('GPL')
@@ -10,6 +10,7 @@ url="http://www.cse.unsw.edu.au/~neilb/source/mdadm/"
groups=('base')
depends=('glibc')
backup=('etc/mdadm.conf')
+conflicts=('udev<135-4')
source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/$pkgname-$pkgver.tar.bz2 \
mdadm mdadm.conf raid-partitions_install raid-partitions_hook)
replaces=('raidtools')