diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:16:45 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-06 18:16:45 +0100 |
commit | d171285858340883284b149bd27b8ce13195d19a (patch) | |
tree | 3f10dbbbd4443ad27918f6553138b180d94215f9 /ceph-bin | |
parent | 047de8986ccb9779fdc2828410a5205de9975a1a (diff) | |
download | archlinuxewe-d171285858340883284b149bd27b8ce13195d19a.tar.xz |
ceph-bin: fix _pinned_dependencies
Diffstat (limited to 'ceph-bin')
-rw-r--r-- | ceph-bin/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ceph-bin/PKGBUILD b/ceph-bin/PKGBUILD index 8367c0393..707c158de 100644 --- a/ceph-bin/PKGBUILD +++ b/ceph-bin/PKGBUILD @@ -58,6 +58,7 @@ package_ceph-bin() { 'glibc>=2.36' 'libblkid.so=1' 'libcap-ng.so=0' + 'libcrypto.so=3' 'libcryptsetup.so=12' 'libcurl.so=4' 'libexpat.so=1' @@ -65,9 +66,9 @@ package_ceph-bin() { 'libkeyutils.so=1' 'libncursesw.so=6' 'libnl=3.7.0' + 'libssl.so=3' 'libudev.so=1' 'lz4=1:1.9.4' - 'openssl=3.0.7' 'zlib=1:1.2.13' ) depends=("ceph-libs=${pkgver}-${pkgrel}" |