From cee7d4dcf38cbc4864a0b6d8e1c9ae59525a79b5 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Mon, 28 Dec 2020 21:13:43 +0100 Subject: [PATCH] add dependency for CA cert bundle --- nextcloud.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud.spec b/nextcloud.spec index 9f1482d..0f6e4f5 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 # Bundled composer libraries # many of these can be unbundled