[arch-commits] Commit in mdadm/trunk (PKGBUILD mdadm)

Tobias Powalowski tpowa at archlinux.org
Fri Mar 25 08:21:55 UTC 2011


    Date: Friday, March 25, 2011 @ 04:21:55
  Author: tpowa
Revision: 116698

upgpkg: mdadm 3.1.5-1
bump to latest version

Modified:
  mdadm/trunk/PKGBUILD
  mdadm/trunk/mdadm

----------+
 PKGBUILD |    8 ++++----
 mdadm    |    1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-25 07:50:28 UTC (rev 116697)
+++ PKGBUILD	2011-03-25 08:21:55 UTC (rev 116698)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 pkgname=mdadm
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as Software RAID"
 arch=(i686 x86_64)
@@ -19,15 +19,15 @@
         mdadm_hook)
 install=mdadm.install
 replaces=('raidtools')
-md5sums=('0e7dcb5cc4192ae3abd9956bac475576'
-         '6df172c8f77b280018cf87eb3d313f29'
+md5sums=('a7575707a5f2d1ed6d408446eabcb19b'
+         '7bff0e506fb6017510c8ec4a01896952'
          '00cbed931db4f15b6ce49e3e7d433966'
          '865c3d39e5f5dae58388160b563981f1'
          '1a3eb63832cecd6550f5b0a21d58cfdb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make || return 1
+  make CXFLAGS="$CFLAGS"
   make INSTALL=/bin/install DESTDIR=$pkgdir install
   install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf
   install -D -m755 ../mdadm $pkgdir/etc/rc.d/mdadm

Modified: mdadm
===================================================================
--- mdadm	2011-03-25 07:50:28 UTC (rev 116697)
+++ mdadm	2011-03-25 08:21:55 UTC (rev 116698)
@@ -13,6 +13,7 @@
     if [ ! -z "$PID" -o $? -gt 0 ]; then
       stat_fail
     else
+      mdadm --monitor --oneshot --scan
       add_daemon mdadm
       stat_done
     fi




More information about the arch-commits mailing list