[arch-commits] Commit in dmraid/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Fri Dec 12 06:48:26 UTC 2008


    Date: Friday, December 12, 2008 @ 01:48:26
  Author: tpowa
Revision: 21361

Merged revisions 21359 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/dmraid/trunk

........
  r21359 | tpowa | 2008-12-12 06:46:48 +0000 (Fr, 12 Dez 2008) | 1 line
  
  upgpkg: dmraid 1.0.0.rc14-2
........

Modified:
  dmraid/repos/testing-i686/	(properties)
  dmraid/repos/testing-i686/PKGBUILD
  dmraid/repos/testing-i686/dmraid.install

----------------+
 PKGBUILD       |    2 +-
 dmraid.install |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletion(-)


Property changes on: dmraid/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /dmraid/trunk:1-21035
   + /dmraid/trunk:1-21360

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-12-12 06:47:21 UTC (rev 21360)
+++ testing-i686/PKGBUILD	2008-12-12 06:48:26 UTC (rev 21361)
@@ -4,7 +4,7 @@
 
 pkgname=dmraid
 pkgver=1.0.0.rc14
-pkgrel=1
+pkgrel=2
 pkgdesc="Device mapper RAID interface"
 url="http://people.redhat.com/~heinzm/sw/dmraid/"
 depends=(device-mapper)

Modified: testing-i686/dmraid.install
===================================================================
--- testing-i686/dmraid.install	2008-12-12 06:47:21 UTC (rev 21360)
+++ testing-i686/dmraid.install	2008-12-12 06:48:26 UTC (rev 21361)
@@ -11,4 +11,16 @@
     echo ">>> Please change your bootloader and fstab accordingly."
     echo ">>>"
   fi
+  if [ "$(vercmp $2 1.0.0.rc14)" -gt 0 ]; then
+    # important downgrade notice
+    echo ">>>"
+    echo ">>> IMPORTANT DMRAID DOWNGRADE NOTICE"
+    echo ">>> -------------------------------"
+    echo ">>> Version 1.0.15rc introduced a new name scheme:"
+    echo ">>> You need to remove the additional 'p' in front of your number."
+    echo ">>> e.g. <yourname>p<number> --> <yourname><number>"
+    echo ">>>      firsthdp1           --> firsthd1"
+    echo ">>> Please change your bootloader and fstab accordingly."
+    echo ">>>"
+  fi
 }




More information about the arch-commits mailing list