[arch-commits] Commit in dmraid/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Wed May 20 07:18:47 UTC 2009
Date: Wednesday, May 20, 2009 @ 03:18:47
Author: tpowa
Revision: 39689
Merged revisions 39688 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/dmraid/trunk
........
r39688 | tpowa | 2009-05-20 07:14:21 +0000 (Mi, 20 Mai 2009) | 1 line
upgpkg: dmraid 1.0.0.rc14-4
........
Modified:
dmraid/repos/testing-x86_64/ (properties)
dmraid/repos/testing-x86_64/PKGBUILD
dmraid/repos/testing-x86_64/dmraid.install
----------------+
PKGBUILD | 2 +-
dmraid.install | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 deletions(-)
Property changes on: dmraid/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /dmraid/trunk:1-38985
+ /dmraid/trunk:1-39688
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2009-05-20 07:14:21 UTC (rev 39688)
+++ testing-x86_64/PKGBUILD 2009-05-20 07:18:47 UTC (rev 39689)
@@ -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: testing-x86_64/dmraid.install
===================================================================
--- testing-x86_64/dmraid.install 2009-05-20 07:14:21 UTC (rev 39688)
+++ testing-x86_64/dmraid.install 2009-05-20 07:18:47 UTC (rev 39689)
@@ -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