From 35f302aceb4c02091b1412e7da5d327d64dd752e Mon Sep 17 00:00:00 2001 From: Bazaah Date: Sun, 31 Dec 2023 20:02:06 +0000 Subject: [PATCH] pkgbuild: remove pkg ceph-mgr-bin This has been a stub package since v18.2.0, which released ~6 months ago, this should be enough time to null the package. --- .SRCINFO | 4 ---- PKGBUILD | 9 +-------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 50e0bf2..7ec732b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -182,7 +182,3 @@ pkgname = ceph-libs-bin depends = python-yaml provides = ceph-libs conflicts = ceph-libs - -pkgname = ceph-mgr-bin - depends = ceph-bin>=18.2.0 - conflicts = ceph-mgr diff --git a/PKGBUILD b/PKGBUILD index de031cb..2b28f02 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Paul Stemmet pkgbase='ceph-bin' -pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') +pkgname=('ceph-bin' 'ceph-libs-bin') pkgver=18.2.0 pkgrel=2 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' @@ -128,11 +128,4 @@ package_ceph-bin() { done } -package_ceph-mgr-bin() { - depends=( - "ceph-bin>=18.2.0" - ) - conflicts=('ceph-mgr') -} - # vim:set ts=2 sw=2 et: