From d56eceb87c9b0d7499b51f6a1b94effd01d38650 Mon Sep 17 00:00:00 2001 From: Bazaah Date: Thu, 29 Sep 2022 11:13:50 +0000 Subject: [PATCH] pkgbuild: add explicit conflicts() for each pkg --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 00adeb1..2ebfc8a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -24,6 +24,7 @@ package_ceph-libs-bin() { depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss' 'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt') provides=("ceph-libs=${pkgver}-${pkgrel}") + conflicts=('ceph-libs') cd "${srcdir}" @@ -40,6 +41,7 @@ package_ceph-bin() { 'python-flask' 'python-pecan' 'python-pyopenssl' 'python-requests' 'python-werkzeug' 'xfsprogs' 'python-yaml' 'python-pyaml') provides=("ceph=${pkgver}-${pkgrel}") + conflicts=('ceph') cd "${srcdir}" @@ -57,7 +59,7 @@ package_ceph-mgr-bin() { 'python-prometheus_client: prometheus module' 'python-remoto: ssh module') provides=("ceph-mgr=${pkgver}-${pkgrel}") - conflicts=('ceph<14.2.1-1') + conflicts=('ceph-mgr') options=('emptydirs' '!strip') cd "${srcdir}"