[arch-commits] Commit in dmraid/trunk (PKGBUILD dmraid.install)
Tobias Powalowski
tpowa at archlinux.org
Wed May 20 07:14:21 UTC 2009
Date: Wednesday, May 20, 2009 @ 03:14:21
Author: tpowa
Revision: 39688
upgpkg: dmraid 1.0.0.rc14-4
Modified:
dmraid/trunk/PKGBUILD
dmraid/trunk/dmraid.install
----------------+
PKGBUILD | 2 +-
dmraid.install | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-05-20 07:02:51 UTC (rev 39687)
+++ PKGBUILD 2009-05-20 07:14:21 UTC (rev 39688)
@@ -4,7 +4,7 @@
pkgname=dmraid
pkgver=1.0.0.rc14
-pkgrel=3
+pkgrel=4
pkgdesc="Device mapper RAID interface"
url="http://people.redhat.com/~heinzm/sw/dmraid/"
depends=(device-mapper)
Modified: dmraid.install
===================================================================
--- dmraid.install 2009-05-20 07:02:51 UTC (rev 39687)
+++ dmraid.install 2009-05-20 07:14:21 UTC (rev 39688)
@@ -1,16 +1,16 @@
post_upgrade() {
- if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then
- # important upgrade notice
- echo ">>>"
- echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
- echo ">>> -------------------------------"
- echo ">>> Version 1.0.15rc introduce a new name scheme:"
- echo ">>> You need to add an additional 'p' in front of your number."
- echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
- echo ">>> firsthd1 --> firsthdp1"
- echo ">>> Please change your bootloader and fstab accordingly."
- echo ">>>"
- fi
+ #if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then
+ # # important upgrade notice
+ # echo ">>>"
+ # echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
+ # echo ">>> -------------------------------"
+ # echo ">>> Version 1.0.15rc introduce a new name scheme:"
+ # echo ">>> You need to add an additional 'p' in front of your number."
+ # echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
+ # echo ">>> firsthd1 --> firsthdp1"
+ # echo ">>> Please change your bootloader and fstab accordingly."
+ # echo ">>>"
+ #fi
if [ "$(vercmp $2 1.0.0.rc14)" -gt 0 ]; then
# important downgrade notice
echo ">>>"
More information about the arch-commits
mailing list