summaryrefslogtreecommitdiff
path: root/ceph-bin
diff options
context:
space:
mode:
Diffstat (limited to 'ceph-bin')
-rw-r--r--ceph-bin/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD
index 706f8ec01..94a17b30b 100644
--- a/ceph-bin/PKGBUILD
+++ b/ceph-bin/PKGBUILD
@@ -22,7 +22,11 @@ noextract=("${source[@]%%::*}")
package_ceph-libs-bin() {
- depends=('boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
+ _pinned_dependencies=(
+ 'libcrypt.so=2'
+ )
+ depends=("${_pinned_dependencies[@]}"
+ 'boost-libs' 'curl' 'glibc' 'keyutils' 'libutil-linux' 'bzip2' 'lz4' 'nss'
'oath-toolkit' 'python' 'snappy' 'systemd-libs' 'fmt' 'cryptsetup'
'lua' 'librdkafka'
'python-prettytable' 'python-yaml' 'python-setuptools')