From 047de8986ccb9779fdc2828410a5205de9975a1a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 6 Nov 2022 18:11:30 +0100 Subject: ceph-bin: fix more _pinned_dependencies --- ceph-bin/PKGBUILD | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'ceph-bin/PKGBUILD') diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index a51c89c51..8367c0393 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -54,13 +54,28 @@ package_ceph-libs-bin() { package_ceph-bin() { _pinned_dependencies=( + 'gcc-libs=12.2.0' + 'glibc>=2.36' + 'libblkid.so=1' + 'libcap-ng.so=0' + 'libcryptsetup.so=12' + 'libcurl.so=4' + 'libexpat.so=1' + 'libicuuc.so=72' + 'libkeyutils.so=1' + 'libncursesw.so=6' + 'libnl=3.7.0' + 'libudev.so=1' + 'lz4=1:1.9.4' + 'openssl=3.0.7' + 'zlib=1:1.2.13' ) depends=("ceph-libs=${pkgver}-${pkgrel}" 'boost-libs' 'curl' 'fuse3' 'fmt' 'glibc' 'gperftools' 'java-runtime' 'keyutils' 'libaio' 'libutil-linux' 'librdkafka' 'cryptsetup' 'libnl' 'ncurses' 'nss' 'oath-toolkit' 'python' - 'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk') + 'snappy' 'sudo' 'systemd-libs' 'lua' 'gawk' "${_pinned_dependencies[@]}") optdepends=('smartmontools: disk monitoring via S.M.A.R.T' 'nvme-cli: disk monitoring for NVMe drives') provides=("ceph=${pkgver}-${pkgrel}") @@ -73,13 +88,15 @@ package_ceph-bin() { package_ceph-mgr-bin() { _pinned_dependencies=( + 'gcc-libs=12.2.0' + 'glibc>=2.36' ) depends=("ceph=${pkgver}-${pkgrel}" "ceph-libs=${pkgver}-${pkgrel}" 'bash' 'boost-libs' 'curl' 'gperftools' 'nss' 'fmt' 'python' 'python-cherrypy' 'python-pecan' 'python-pyjwt' 'python-more-itertools' 'python-numpy' 'python-scipy' 'python-six' 'python-coverage' 'python-pytest' 'python-dateutil' 'python-prettytable' 'python-requests' 'python-pyopenssl' 'python-bcrypt' 'python-yaml' - 'python-werkzeug' 'python-jinja') + 'python-werkzeug' 'python-jinja' "${_pinned_dependencies[@]}") optdepends=('python-influxdb: influx module' 'python-kubernetes: rook module' 'python-prometheus_client: prometheus module' -- cgit v1.2.3-54-g00ecf