summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 23:43:19 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 23:43:19 +0200
commit2a97ef35d410f0db6e690a020937b6ce48e767fc (patch)
treefa39b36e37b2421476aa6a7a12091d899da0180b /ceph-bin
parent8495ca8d3a8460c262ab4e2eadc3c2965c0a1445 (diff)
downloadarchlinuxewe-2a97ef35d410f0db6e690a020937b6ce48e767fc.tar.xz
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
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'