summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2023-09-06 11:11:06 +0000
committerBazaah2023-09-06 11:11:06 +0000
commit2821569c655a954d31972f277d307b565f0454ef (patch)
treee7fbd06d4b994400048eb4c7c9026a00ad5fba24
parent6f19d403fa1bfa3ee2f58a9ca7e38882896a1c13 (diff)
downloadaur-2821569c655a954d31972f277d307b565f0454ef.tar.gz
pkgbuild: pkgrel=4
Rebuild for boost, thrift and some python stuff
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1f9befb4ae..41d7e978e423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ceph
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
pkgver = 17.2.6
- pkgrel = 3
+ pkgrel = 4
url = https://ceph.com/
arch = x86_64
license = GPL
@@ -191,7 +191,7 @@ pkgbase = ceph
sha512sums = 0c5124693bd317a73707dfd34b17664cc05233aec08e07739fe08fc9a73be7a1f4446052b1addde832cba141a382c35f45e60c89a00bb7dab81cee7ed6be07e1
pkgname = ceph
- depends = ceph-libs=17.2.6-3
+ depends = ceph-libs=17.2.6-4
depends = boost-libs
depends = curl
depends = fuse3
@@ -216,7 +216,7 @@ pkgname = ceph
depends = gawk
optdepends = smartmontools: disk monitoring via S.M.A.R.T
optdepends = nvme-cli: disk monitoring for NVMe drives
- provides = ceph=17.2.6-3
+ provides = ceph=17.2.6-4
conflicts = ceph-bin
backup = etc/logrotate.d/ceph
backup = etc/udev/rules.d/50-ceph-rbd.rules
@@ -246,12 +246,12 @@ pkgname = ceph-libs
depends = python-prettytable
depends = python-yaml
depends = python-setuptools
- provides = ceph-libs=17.2.6-3
+ provides = ceph-libs=17.2.6-4
conflicts = ceph-libs-bin
pkgname = ceph-mgr
- depends = ceph=17.2.6-3
- depends = ceph-libs=17.2.6-3
+ depends = ceph=17.2.6-4
+ depends = ceph-libs=17.2.6-4
depends = bash
depends = boost-libs
depends = curl
@@ -280,6 +280,6 @@ pkgname = ceph-mgr
optdepends = python-kubernetes: rook module
optdepends = python-prometheus_client: prometheus module
optdepends = python-remoto: ssh module
- provides = ceph-mgr=17.2.6-3
+ provides = ceph-mgr=17.2.6-4
conflicts = ceph<16.2.1-1
conflicts = ceph-mgr-bin
diff --git a/PKGBUILD b/PKGBUILD
index edf804029acb..b03f12030075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase='ceph'
pkgname=('ceph' 'ceph-libs' 'ceph-mgr')
pkgver=17.2.6
-pkgrel=3
+pkgrel=4
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'