]> git.proxmox.com Git - ceph.git/blobdiff - ceph/alpine/APKBUILD
import ceph 15.2.14
[ceph.git] / ceph / alpine / APKBUILD
index b8274d834c4df974f4040b29f7d1d0b7679a154f..ef43085d6dd748a249e7d9dcc94353b0e132f4c0 100644 (file)
@@ -1,14 +1,14 @@
 # Contributor: John Coyle <dx9err@gmail.com>
 # Maintainer: John Coyle <dx9err@gmail.com>
 pkgname=ceph
-pkgver=14.2.6
+pkgver=15.2.14
 pkgrel=0
 pkgdesc="Ceph is a distributed object store and file system"
 pkgusers="ceph"
 pkggroups="ceph"
 url="http://ceph.com"
 arch="x86_64"
-license="LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and \
+license="LGPL-2.1 and LGPL-3.0 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and \
 GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT"
 depends="ceph-osd ceph-mds ceph-mgr    ceph-mon"
 # grep --quiet option required
@@ -58,13 +58,12 @@ makedepends="
        readline-dev
        rpcgen
        snappy-dev
-       userspace-rcu-dev
        util-linux
        xfsprogs-dev
        xmlstarlet
        yasm
 "
-source="ceph-14.2.6.tar.bz2"
+source="ceph-15.2.14.tar.bz2"
 subpackages="
        $pkgname-base
        $pkgname-common
@@ -117,7 +116,7 @@ _sysconfdir=/etc
 _udevrulesdir=/etc/udev/rules.d
 _python_sitelib=/usr/lib/python2.7/site-packages
 
-builddir=$srcdir/ceph-14.2.6
+builddir=$srcdir/ceph-15.2.14
 
 build() {
        export CEPH_BUILD_VIRTUALENV=$builddir
@@ -397,7 +396,7 @@ libcephfs_dev() {
        pkgdesc="Ceph distributed file system client library headers"
        depends="libcephfs librados-devel"
 
-       _pkg $_includedir/cephfs ceph_statx.h libcephfs.h
+       _pkg $_includedir/cephfs ceph_ll_client.h libcephfs.h
        _pkg $_libdir libcephfs.so
 }
 
@@ -436,7 +435,7 @@ ceph_test() {
                ceph-osdomap-tool \
                ceph-kvstore-tool \
                ceph-debugpack \
-               cephdeduptool
+               ceph-dedup-tool
 
        _pkg $_libdir ceph/ceph-monstore-update-crush.sh
 }