summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-09-06 19:42:55 +0200
committerSledge Sulaweyo2020-09-06 19:42:55 +0200
commit1b2614fe37fa4fb9587388de58e077bb9553e10f (patch)
tree56a62263387325d5f09263ee2cba86f781f17bb7
parent9134a3135a730892b6676043c28a7ee0477bed35 (diff)
downloadaur-1b2614fe37fa4fb9587388de58e077bb9553e10f.tar.gz
bump to 5.10.5
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog6
-rw-r--r--PKGBUILD11
3 files changed, 17 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6551a6815f6..5bda4b61cf24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
- pkgver = 5.10.3
- pkgrel = 2
+ pkgver = 5.10.5
+ pkgrel = 1
url = https://opennebula.org/
install = opennebula.install
changelog = ChangeLog
@@ -34,6 +34,7 @@ pkgbase = opennebula
depends = mariadb
depends = libmariadbclient
depends = zeromq
+ depends = augeas
optdepends = nfs-utils: for using the shared file system storage model
optdepends = ruby-sequel: required when upgrading the database
optdepends = ruby-sqlite3: required when upgrading the database
@@ -86,7 +87,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.10.3.tar.gz
+ source = https://github.com/OpenNebula/one/archive/release-5.10.5.tar.gz
source = opennebula.service
source = opennebula-scheduler.service
source = opennebula-sunstone.service
@@ -99,7 +100,7 @@ pkgbase = opennebula
source = install.sh.patch
source = fix_kvm_emulator.patch
source = opennebula.install
- md5sums = 63a0c34c039f06ba99fbf98f6a8045b4
+ md5sums = d2ade6b4decfd977a4c51f888dcf3d92
md5sums = 69c4374554ae689c44b0ef8c0a31b911
md5sums = 74bc0a908441063a44cb134449564db1
md5sums = f207636bd04a621f20b14a37c6ad49b7
diff --git a/ChangeLog b/ChangeLog
index d80938196a55..fbdb3b321999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-09-06 Sledge Sulaweyo <sledge.sulaweyo#gmail.com>
+
+ * 5.10.5-1:
+ New upstream release (5.10.5)
+ As OpenNebula shifted to a new model with the community release no longer containing the code to upgrade between versions I can't provide a 5.12 update without breaking existing installations. For non comercial use you can get a migration package here https://opennebula.io/get-migration/
+
2019-12-15 Sledge Sulaweyo <sledge.sulaweyo#gmail.com>
* 5.10.1-1:
diff --git a/PKGBUILD b/PKGBUILD
index c03482438c36..5329d1bbab06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
-pkgver=5.10.3
-pkgrel=2
+pkgver=5.10.5
+pkgrel=1
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)"
arch=('i686' 'x86_64')
url='https://opennebula.org/'
@@ -29,7 +29,8 @@ depends=('ruby'
'python'
'mariadb'
'libmariadbclient'
- 'zeromq')
+ 'zeromq'
+ 'augeas')
makedepends=('xmlrpc-c'
'pkgconfig'
'scons'
@@ -106,7 +107,7 @@ source=("https://github.com/OpenNebula/one/archive/release-${pkgver}.tar.gz"
'install.sh.patch'
'fix_kvm_emulator.patch'
'opennebula.install')
-md5sums=('63a0c34c039f06ba99fbf98f6a8045b4' # package
+md5sums=('d2ade6b4decfd977a4c51f888dcf3d92' # package
'69c4374554ae689c44b0ef8c0a31b911' # opennebula.service
'74bc0a908441063a44cb134449564db1' # opennebula-scheduler.service
'f207636bd04a621f20b14a37c6ad49b7' # opennebula-sunstone.service
@@ -147,7 +148,7 @@ build() {
###########################################################################
# This builds the vanilla OpenNebula package. Tweak this line as desired.
- scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes parsers=yes
+ scons -j2 new_xmlrpc=yes mysql=yes sqlite=yes sunstone=yes systemd=yes
}
package() {