[arch-commits] Commit in dmraid/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Fri Jun 26 08:36:57 UTC 2009
Date: Friday, June 26, 2009 @ 04:36:57
Author: tpowa
Revision: 43635
Merged revisions 43634 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/dmraid/trunk
........
r43634 | tpowa | 2009-06-26 10:36:17 +0200 (Fr, 26 Jun 2009) | 1 line
upgpkg: dmraid 1.0.0.rc15-7
........
Modified:
dmraid/repos/testing-x86_64/ (properties)
dmraid/repos/testing-x86_64/PKGBUILD
dmraid/repos/testing-x86_64/dmraid_hook
-------------+
PKGBUILD | 5 ++---
dmraid_hook | 4 ++--
2 files changed, 4 insertions(+), 5 deletions(-)
Property changes on: dmraid/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /dmraid/trunk:1-43106
+ /dmraid/trunk:1-43634
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2009-06-26 08:36:17 UTC (rev 43634)
+++ testing-x86_64/PKGBUILD 2009-06-26 08:36:57 UTC (rev 43635)
@@ -4,7 +4,7 @@
pkgname=dmraid
pkgver=1.0.0.rc15
-pkgrel=6
+pkgrel=7
pkgdesc="Device mapper RAID interface"
url="http://people.redhat.com/~heinzm/sw/dmraid/"
depends=(device-mapper)
@@ -24,8 +24,7 @@
'3d76f99972123b6efd7796bf51d543fa'
'0a3ec92f071a25a01753c6c34b4cb0df'
'db9a72cbf07560059d407c874f646240'
- '2b2719d5bf463f411701241bba3d8120')
-
+ 'afdb3cd655ea0145410e2aae247c7bcf')
build() {
cd $srcdir/$pkgname/$pkgver
# add fedora patches
Modified: testing-x86_64/dmraid_hook
===================================================================
--- testing-x86_64/dmraid_hook 2009-06-26 08:36:17 UTC (rev 43634)
+++ testing-x86_64/dmraid_hook 2009-06-26 08:36:57 UTC (rev 43635)
@@ -9,9 +9,9 @@
msg ":: Activating dmraid arrays..."
if [ "${quiet}" = "y" ]; then
- /sbin/dmraid -ay >/dev/null
+ /sbin/dmraid -ay -Z >/dev/null
else
- /sbin/dmraid -ay
+ /sbin/dmraid -ay -Z
fi
fi
}
More information about the arch-commits
mailing list