From ae4cd233077529bd112e9a31b9511b5bbdaf8532 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Dec 28 2020 20:30:39 +0000 Subject: add dependency for CA cert bundle --- diff --git a/nextcloud.spec b/nextcloud.spec index 220c201..750dbd6 100644 --- a/nextcloud.spec +++ b/nextcloud.spec @@ -80,6 +80,8 @@ Requires: php-pecl-apcu Requires: php-pecl-redis5 # For systemd support during install/uninstall %{?systemd_requires} +# the CA cert bundle is linked to from the config dir +Requires: %{_sysconfdir}/pki/tls/certs/ca-bundle.crt %description