pkgbuild: add explicit conflicts() for each pkg

This commit is contained in:
Bazaah
2022-09-29 11:13:50 +00:00
parent cf0f344127
commit d56eceb87c

View File

@@ -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}"