summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2019-05-26 14:00:07 +0200
committerSledge Sulaweyo2019-05-26 14:00:07 +0200
commitc1a92127a6ee96592b0963d973d79a4c4f32a14e (patch)
tree266e2b65e1084ad9d198c4facbdbbd2604ec71d7
parente5c0b47a8224d3684d0a7eb9455db6d3a3b1c521 (diff)
downloadaur-c1a92127a6ee96592b0963d973d79a4c4f32a14e.tar.gz
Bump to 5.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
-rw-r--r--opennebula.install2
4 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88cdddf12a20..882ca780f03c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
- pkgver = 5.8.0
+ pkgver = 5.8.2
pkgrel = 1
url = https://opennebula.org/
install = opennebula.install
@@ -84,7 +84,7 @@ pkgbase = opennebula
backup = etc/one/sunstone-views/user.yaml
backup = etc/one/sched.conf
backup = etc/one/ec2_driver.default
- source = https://github.com/OpenNebula/one/archive/release-5.8.0.tar.gz
+ source = https://github.com/OpenNebula/one/archive/release-5.8.2.tar.gz
source = opennebula.service
source = opennebula-scheduler.service
source = opennebula-sunstone.service
@@ -98,7 +98,7 @@ pkgbase = opennebula
source = set_locations.patch
source = fix_kvm_emulator.patch
source = opennebula.install
- md5sums = 0b295dc41ccebc78bae028dbf2b5db66
+ md5sums = 680c606a7b3256ae2042f7177b14ef85
md5sums = 69c4374554ae689c44b0ef8c0a31b911
md5sums = 74bc0a908441063a44cb134449564db1
md5sums = f207636bd04a621f20b14a37c6ad49b7
diff --git a/ChangeLog b/ChangeLog
index fa4fe25f7e58..d6f934eb2906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-02-28 Sledge Sulaweyo <sledge.sulaweyo#gmail.com>
+ * 5.8.2-1:
+ New upstream release (5.8.2)
+
+2019-02-28 Sledge Sulaweyo <sledge.sulaweyo#gmail.com>
+
* 5.8.0-1:
New upstream release (5.8.0)
http://docs.opennebula.org/5.8/intro_release_notes/release_notes/index.html
diff --git a/PKGBUILD b/PKGBUILD
index 439199521a58..12042a57020e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
-pkgver=5.8.0
+pkgver=5.8.2
pkgrel=1
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)"
arch=('i686' 'x86_64')
@@ -105,7 +105,7 @@ source=("https://github.com/OpenNebula/one/archive/release-${pkgver}.tar.gz"
'set_locations.patch'
'fix_kvm_emulator.patch'
'opennebula.install')
-md5sums=('0b295dc41ccebc78bae028dbf2b5db66'
+md5sums=('680c606a7b3256ae2042f7177b14ef85'
'69c4374554ae689c44b0ef8c0a31b911'
'74bc0a908441063a44cb134449564db1'
'f207636bd04a621f20b14a37c6ad49b7'
@@ -118,7 +118,7 @@ md5sums=('0b295dc41ccebc78bae028dbf2b5db66'
'cd272404aba91a27cf89ce22364e51b4'
'bab6415dd2437c6dfdadad90efedeff3'
'680931b4555ea25a17ea8c20b382d175'
- '073b8bce1b12201658b9745ba7ad2e66')
+ 'd6fd565c86ea40001c618689f18a222d')
prepare() {
cd "one-release-${pkgver}"
diff --git a/opennebula.install b/opennebula.install
index a50c79e2d806..98a6552c0538 100644
--- a/opennebula.install
+++ b/opennebula.install
@@ -19,7 +19,7 @@ post_install() {
post_upgrade(){
chown oneadmin:cloud -R /var/lib/one/sunstone
- printf "NOTE: This is may be an major upgrade! If you are not installing from scratch, check the compatibility guide at:\n\n\thttp://docs.opennebula.org/5.6/intro_release_notes/release_notes/compatibility.html\n\thttp://docs.opennebula.org/5.6/intro_release_notes/upgrades/index.html\n"
+ printf "NOTE: This is may be an major upgrade! If you are not installing from scratch, check the compatibility guide at:\n\n\thttp://docs.opennebula.org/5.8/intro_release_notes/release_notes/compatibility.html\n\thttp://docs.opennebula.org/5.8/intro_release_notes/upgrades/index.html\n"
}
pre_remove() {