From 2a97ef35d410f0db6e690a020937b6ce48e767fc Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Oct 2022 23:43:19 +0200 Subject: ceph-bin: fix _pinned_dependencies --- ceph-bin/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ceph-bin') diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 94a17b30b..c3a072e20 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -23,7 +23,18 @@ noextract=("${source[@]%%::*}") package_ceph-libs-bin() { _pinned_dependencies=( + 'gcc-libs=12.2.0' + 'glibc>=2.36' + 'libblkid.so=1' + 'libcryptsetup.so=12' 'libcrypt.so=2' + 'libcurl.so=4' + 'libexpat.so=1' + 'libicuuc.so=71' + 'libudev.so=1' + 'lz4=1:1.9.4' + 'openssl=1.1.1.q' + 'zlib=1:1.2.13' ) depends=("${_pinned_dependencies[@]}" 'boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss' -- cgit v1.2.3-54-g00ecf