summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD5
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'