summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-09-29 15:38:34 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-09-29 15:38:34 +0000
commitf8552a877288cd8a929ec5ff75057aa65d7b744e (patch)
tree4e4af97e5a643eff08bfd822d2c1e20864c9b6c7 /sys-cluster
parentadd fdk useflag (diff)
downloadgentoo-2-f8552a877288cd8a929ec5ff75057aa65d7b744e.tar.gz
gentoo-2-f8552a877288cd8a929ec5ff75057aa65d7b744e.tar.bz2
gentoo-2-f8552a877288cd8a929ec5ff75057aa65d7b744e.zip
Show upgrade info unconditionally as REPLACING_VERSIONS doesn't seem to work
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/glusterfs/ChangeLog5
-rw-r--r--sys-cluster/glusterfs/glusterfs-3.3.0.ebuild12
2 files changed, 9 insertions, 8 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog
index de504c8a2947..c660abf0a04b 100644
--- a/sys-cluster/glusterfs/ChangeLog
+++ b/sys-cluster/glusterfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/glusterfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.39 2012/09/26 06:48:39 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.40 2012/09/29 15:38:34 xarthisius Exp $
+
+ 29 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> glusterfs-3.3.0.ebuild:
+ Show upgrade info unconditionally as REPLACING_VERSIONS doesn't seem to work
*glusterfs-3.3.0 (26 Sep 2012)
diff --git a/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild b/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild
index 0a839cca48ae..34b5dfc4f0c3 100644
--- a/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild,v 1.1 2012/09/26 06:48:39 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.3.0.ebuild,v 1.2 2012/09/29 15:38:34 xarthisius Exp $
EAPI=4
@@ -116,14 +116,12 @@ pkg_postinst() {
elog "You can now treat glusterfsd2 like any other service"
elog
ewarn "You need to use a ntp client to keep the clocks synchronized across all"
- ewarn "of your servers. Setup a NTP synchronizing service before attempting to"
+ ewarn "of your servers. Setup a NTP synchronizing service before attempting to"
ewarn "run GlusterFS."
- if [[ ${REPLACING_VERSIONS} < 3.2 ]]; then
- elog
- elog "You are upgrading from a previous version of ${PN}, please read:"
- elog "http://vbellur.wordpress.com/2012/05/31/upgrading-to-glusterfs-3-3/"
- fi
+ elog
+ elog "You are upgrading from a previous version of ${PN}, please read:"
+ elog "http://vbellur.wordpress.com/2012/05/31/upgrading-to-glusterfs-3-3/"
use emacs && elisp-site-regen
}