summaryrefslogtreecommitdiffstats
path: root/php-sentry.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sentry.spec')
-rw-r--r--php-sentry.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-sentry.spec b/php-sentry.spec
index 7d980b7..8ef7a35 100644
--- a/php-sentry.spec
+++ b/php-sentry.spec
@@ -77,7 +77,8 @@ BuildConflicts: php-Raven
%endif
Requires: php-cli
-Requires: ca-certificates
+# use path as ca-certificates doesn't exists on EL-5
+Requires: /etc/pki/tls/cert.pem
# composer.json
Requires: php(language) >= %{php_min_ver}
Requires: php-composer(monolog/monolog) >= %{monolog_min_ver}