aboutsummaryrefslogtreecommitdiffstats
path: root/community/ceph/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-12 09:39:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-12 09:40:34 +0000
commit426d80579bcb4b8645f1b89472385030ad8b9ba5 (patch)
tree0b00bbe18fe872e868b30475403e128d7388d8f4 /community/ceph/APKBUILD
parente6a8cda3f522ae61b2e35986a8b314780890f8f7 (diff)
community/ceph: fix circular dependecy
fix ceph-mon -> ceph-mon-tools -> ceph-mon circular dependency
Diffstat (limited to 'community/ceph/APKBUILD')
-rw-r--r--community/ceph/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD
index d534b4ccbf2..046164043b4 100644
--- a/community/ceph/APKBUILD
+++ b/community/ceph/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Iggy Jackson <iggy@kws1.com>
pkgname=ceph
pkgver=14.2.9
-pkgrel=0
+pkgrel=1
pkgdesc="Ceph is a distributed object store and file system"
pkgusers="ceph"
pkggroups="ceph"
@@ -328,6 +328,7 @@ mon_daemon() {
mon_tools() {
pkgdesc="Cluster monitor tools for the Ceph distributed file system."
+ depends=
_pkg $_bindir ceph-monstore-tool
install -m 750 -o $_ceph_uid -g $_ceph_gid -d \