diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-05-12 09:39:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-05-12 09:40:34 +0000 |
commit | 426d80579bcb4b8645f1b89472385030ad8b9ba5 (patch) | |
tree | 0b00bbe18fe872e868b30475403e128d7388d8f4 | |
parent | e6a8cda3f522ae61b2e35986a8b314780890f8f7 (diff) | |
download | aports-master.tar.bz2 aports-master.tar.xz |
fix ceph-mon -> ceph-mon-tools -> ceph-mon circular dependency
-rw-r--r-- | community/ceph/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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 \ |