[arch-commits] Commit in ceph/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sat Jan 16 19:09:01 UTC 2021


    Date: Saturday, January 16, 2021 @ 19:09:01
  Author: freswa
Revision: 821173

fix FS#69335

Modified:
  ceph/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 18:15:07 UTC (rev 821172)
+++ PKGBUILD	2021-01-16 19:09:01 UTC (rev 821173)
@@ -5,7 +5,7 @@
 pkgname=('ceph' 'ceph-libs' 'ceph-mgr')
 _zstdver=1.4.5
 pkgver=15.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
 arch=('x86_64')
 url='https://ceph.com/'
@@ -209,7 +209,7 @@
 
 package_ceph-libs() {
   depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
-           'oath-toolkit' 'python' 'snappy' 'systemd-libs')
+           'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt')
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
 



More information about the arch-commits mailing list