Skip to content

Commit

Permalink
pkgbuild: pkgrel=6
Browse files Browse the repository at this point in the history
  • Loading branch information
bazaah committed Mar 6, 2023
1 parent d470b03 commit 948bd85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = ceph
pkgdesc = Distributed, fault-tolerant storage platform delivering object, block, and file system
pkgver = 17.2.5
pkgrel = 5
pkgrel = 6
url = https://ceph.com/
arch = x86_64
license = GPL
Expand Down Expand Up @@ -183,7 +183,7 @@ pkgbase = ceph
sha512sums = 02ca1a9bf15f9cd6f474f264ba2bf66ae725bac990a7cac315dabe377c66935a7afd8117f18a1f82c78bdf9ab2c3e5a2a227f2ffc166974dd7bb99b290f1f233

pkgname = ceph
depends = ceph-libs=17.2.5-5
depends = ceph-libs=17.2.5-6
depends = boost-libs
depends = curl
depends = fuse3
Expand All @@ -208,7 +208,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.5-5
provides = ceph=17.2.5-6
conflicts = ceph-bin
backup = etc/logrotate.d/ceph
backup = etc/udev/rules.d/50-ceph-rbd.rules
Expand Down Expand Up @@ -238,12 +238,12 @@ pkgname = ceph-libs
depends = python-prettytable
depends = python-yaml
depends = python-setuptools
provides = ceph-libs=17.2.5-5
provides = ceph-libs=17.2.5-6
conflicts = ceph-libs-bin

pkgname = ceph-mgr
depends = ceph=17.2.5-5
depends = ceph-libs=17.2.5-5
depends = ceph=17.2.5-6
depends = ceph-libs=17.2.5-6
depends = bash
depends = boost-libs
depends = curl
Expand Down Expand Up @@ -272,6 +272,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.5-5
provides = ceph-mgr=17.2.5-6
conflicts = ceph<16.2.1-1
conflicts = ceph-mgr-bin
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgbase='ceph'
pkgname=('ceph' 'ceph-libs' 'ceph-mgr')
pkgver=17.2.5
pkgrel=5
pkgrel=6
pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
arch=('x86_64')
url='https://ceph.com/'
Expand Down

0 comments on commit 948bd85

Please sign in to comment.