pkg: 15.2.14_7 --> 15.2.14_8

* HEAD
| \
| * 69d28ca <github@luxolus.com> PKGBUILD: pkgrel=8
| * 39a612a <github@luxolus.com> PKGBUILD: skip stripping ceph-mgr-bin
| * 4471124 <github@luxolus.com> PKGBUILD: ensure provides() contains pkg ver-rel
| /
| master

Signed-off-by: Bazaah <github@luxolus.com>
This commit is contained in:
Bazaah
2022-08-22 18:34:02 +00:00
2 changed files with 15 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = ceph-bin pkgbase = ceph-bin
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
pkgver = 15.2.14 pkgver = 15.2.14
pkgrel = 7 pkgrel = 8
url = https://ceph.com/ url = https://ceph.com/
arch = x86_64 arch = x86_64
license = GPL license = GPL
@@ -17,7 +17,7 @@ pkgbase = ceph-bin
sha512sums = f07c64fdde6b99ab3849eefcdf1099058874c49d2a5cb530a9857347f4be76f77fff6a0df3bc7c83339b8c643797861548a69b35067d9d9081996fef71dac1b4 sha512sums = f07c64fdde6b99ab3849eefcdf1099058874c49d2a5cb530a9857347f4be76f77fff6a0df3bc7c83339b8c643797861548a69b35067d9d9081996fef71dac1b4
pkgname = ceph-bin pkgname = ceph-bin
depends = ceph-libs=15.2.14-7 depends = ceph-libs=15.2.14-8
depends = boost-libs depends = boost-libs
depends = curl depends = curl
depends = fuse2 depends = fuse2
@@ -52,7 +52,7 @@ pkgname = ceph-bin
depends = xfsprogs depends = xfsprogs
depends = python-yaml depends = python-yaml
depends = python-pyaml depends = python-pyaml
provides = ceph provides = ceph=15.2.14-8
pkgname = ceph-libs-bin pkgname = ceph-libs-bin
depends = boost-libs depends = boost-libs
@@ -68,11 +68,11 @@ pkgname = ceph-libs-bin
depends = snappy depends = snappy
depends = systemd-libs depends = systemd-libs
depends = fmt depends = fmt
provides = ceph-libs provides = ceph-libs=15.2.14-8
pkgname = ceph-mgr-bin pkgname = ceph-mgr-bin
depends = ceph=15.2.14-7 depends = ceph=15.2.14-8
depends = ceph-libs=15.2.14-7 depends = ceph-libs=15.2.14-8
depends = bash depends = bash
depends = boost-libs depends = boost-libs
depends = coffeescript depends = coffeescript
@@ -95,5 +95,7 @@ pkgname = ceph-mgr-bin
optdepends = python-kubernetes: rook module optdepends = python-kubernetes: rook module
optdepends = python-prometheus_client: prometheus module optdepends = python-prometheus_client: prometheus module
optdepends = python-remoto: ssh module optdepends = python-remoto: ssh module
provides = ceph-mgr provides = ceph-mgr=15.2.14-8
conflicts = ceph<14.2.1-1 conflicts = ceph<14.2.1-1
options = emptydirs
options = !strip

View File

@@ -3,13 +3,13 @@
pkgbase='ceph-bin' pkgbase='ceph-bin'
pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin') pkgname=('ceph-bin' 'ceph-libs-bin' 'ceph-mgr-bin')
pkgver=15.2.14 pkgver=15.2.14
pkgrel=7 pkgrel=8
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system' pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64') arch=('x86_64')
url='https://ceph.com/' url='https://ceph.com/'
license=('GPL') license=('GPL')
options=('emptydirs') options=('emptydirs')
_artifact=v${pkgver}-${pkgrel} _artifact=v${pkgver}-7
source=("ceph-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd" source=("ceph-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_linux_${arch}.tar.zstd"
"ceph-libs-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd" "ceph-libs-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_libs_linux_${arch}.tar.zstd"
"ceph-mgr-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd") "ceph-mgr-bin-${pkgver}.tar.zst::https://github.com/bazaah/aur-ceph/releases/download/${_artifact}/ceph_mgr_linux_${arch}.tar.zstd")
@@ -23,7 +23,7 @@ noextract=("${source[@]%%::*}")
package_ceph-libs-bin() { package_ceph-libs-bin() {
depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss' depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt') 'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt')
provides=('ceph-libs') provides=("ceph-libs=${pkgver}-${pkgrel}")
cd "${srcdir}" cd "${srcdir}"
@@ -39,7 +39,7 @@ package_ceph-bin() {
'python-prettytable' 'python-cmd2' 'python-dateutil' 'snappy' 'sudo' 'systemd-libs' 'python-prettytable' 'python-cmd2' 'python-dateutil' 'snappy' 'sudo' 'systemd-libs'
'python-flask' 'python-pecan' 'python-pyopenssl' 'python-requests' 'python-werkzeug' 'xfsprogs' 'python-flask' 'python-pecan' 'python-pyopenssl' 'python-requests' 'python-werkzeug' 'xfsprogs'
'python-yaml' 'python-pyaml') 'python-yaml' 'python-pyaml')
provides=('ceph') provides=("ceph=${pkgver}-${pkgrel}")
cd "${srcdir}" cd "${srcdir}"
@@ -56,8 +56,9 @@ package_ceph-mgr-bin() {
'python-kubernetes: rook module' 'python-kubernetes: rook module'
'python-prometheus_client: prometheus module' 'python-prometheus_client: prometheus module'
'python-remoto: ssh module') 'python-remoto: ssh module')
provides=('ceph-mgr') provides=("ceph-mgr=${pkgver}-${pkgrel}")
conflicts=('ceph<14.2.1-1') conflicts=('ceph<14.2.1-1')
options=('emptydirs' '!strip')
cd "${srcdir}" cd "${srcdir}"