From d8c13140adfc9a832c527dd8f44ae43ff519ccb2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Oct 2022 23:56:17 +0200 Subject: ceph-bin: fix _pinned_dependencies --- ceph-bin/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ceph-bin') 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' -- cgit v1.2.3-70-g09d2