diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 23:56:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 23:56:17 +0200 |
commit | d8c13140adfc9a832c527dd8f44ae43ff519ccb2 (patch) | |
tree | 0cbcf90b09e287d8e710a896722c830f602ea98d /ceph-bin | |
parent | 9062e965344c0e160d714e05748592ccc3d44ad0 (diff) | |
download | archlinuxewe-d8c13140adfc9a832c527dd8f44ae43ff519ccb2.tar.xz |
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin')
-rw-r--r-- | ceph-bin/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index e61dcfddc..63ba8f702 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -82,7 +82,10 @@ package_ceph-bin() { } package_ceph-mgr-bin() { - _pinned_dependencies=() + _pinned_dependencies=( + 'gcc-libs=12.2.0' + 'glibc>=2.36' + ) depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" "${_pinned_dependencies[@]}" 'bash' 'boost-libs' 'coffeescript' 'curl' 'gperftools' 'nodejs' 'nss' 'fmt' 'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools' |