From 426d80579bcb4b8645f1b89472385030ad8b9ba5 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 12 May 2020 09:39:39 +0000 Subject: community/ceph: fix circular dependecy fix ceph-mon -> ceph-mon-tools -> ceph-mon circular dependency --- community/ceph/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/ceph/APKBUILD b/community/ceph/APKBUILD index d534b4ccbf..046164043b 100644 --- a/community/ceph/APKBUILD +++ b/community/ceph/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Iggy Jackson 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 \ -- cgit v1.2.3