community/ceph to 13.2.0-4

This commit is contained in:
Kevin Mihelich 2018-07-06 10:25:30 +00:00
parent 6ff44598a1
commit 99b6eaf252

View file

@ -11,7 +11,7 @@ highmem=1
pkgbase='ceph'
pkgname=('ceph' 'ceph-libs')
pkgver=13.2.0
pkgrel=3
pkgrel=4
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
@ -22,7 +22,7 @@ makedepends=('bc' 'boost' 'boost-libs' 'cmake' 'cpio' 'crypto++' 'curl' 'cython'
'libatomic_ops' 'libedit' 'libsystemd' 'libutil-linux' 'libxml2' 'lsb-release'
'lz4' 'ncurses' 'nss' 'parted' 'pcre' 'procps-ng' 'python2-cherrypy'
'python2-jinja' 'python2-nose' 'python2-pecan' 'python2-pip' 'python2-bcrypt'
'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools'
'python2-prettytable' 'python2-pyopenssl' 'python2-setuptools' 'python2-routes'
'python2-sphinx' 'python2-tox' 'python2-virtualenv' 'python2-werkzeug' 'sed'
'snappy' 'socat' 'systemd' 'valgrind' 'xfsprogs' 'xmlstarlet' 'yasm'
'zlib' 'zstd' 'cunit' 'oath-toolkit' 'fontconfig')
@ -152,11 +152,11 @@ package_ceph-libs() {
package_ceph() {
depends=('ceph-libs' 'boost-libs' 'curl' 'fuse2' 'glibc' 'gperftools'
'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux'
'keyutils' 'leveldb' 'libaio' 'libsystemd' 'libutil-linux' 'python2-routes'
'lsb-release' 'ncurses' 'nss' 'python2' 'python2-cherrypy' 'python2-bcrypt'
'python2-jinja' 'python2-mako' 'python2-pecan' 'python2-prettytable'
'python2-pyopenssl' 'python2-setuptools' 'python2-singledispatch'
'python2-webob' 'python2-werkzeug' 'snappy' 'xfsprogs')
'python2-webob' 'python2-werkzeug' 'snappy' 'xfsprogs' 'python2-requests')
cd "${srcdir}/${pkgbase}-${pkgver}/build"