summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-15 17:42:44 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-15 17:42:44 +0200
commit997d62fce4bff92c1c0ee5eec4b64ea39b50bf4f (patch)
treea98d59c9f3fa482a0e2532c90366b496c87a7832
parent82be6963e73a7ba1064c095af9232fda66bc16d3 (diff)
drop ca-certificates dep on EL-5
-rw-r--r--php-guzzlehttp-guzzle6.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-guzzlehttp-guzzle6.spec b/php-guzzlehttp-guzzle6.spec
index 149e663..445dc3b 100644
--- a/php-guzzlehttp-guzzle6.spec
+++ b/php-guzzlehttp-guzzle6.spec
@@ -44,7 +44,7 @@
Name: php-%{composer_vendor}-%{composer_project}6
Version: %{github_version}
-Release: 2%{?github_release}%{?dist}
+Release: 2%{?github_release}%{?dist}.1
Summary: PHP HTTP client library
Group: Development/Libraries
@@ -84,7 +84,8 @@ BuildRequires: php-zlib
BuildRequires: php-composer(symfony/class-loader) >= 2.5
%endif
-Requires: ca-certificates
+# use path as ca-certificates doesn't exists on EL-5
+Requires: /etc/pki/tls/certs/ca-bundle.crt
# composer.json
Requires: php(language) >= %{php_min_ver}
Requires: php-composer(guzzlehttp/promises) >= %{promises_min_ver}
@@ -209,6 +210,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Apr 15 2016 Remi Collet <remi@remirepo.net> - 6.2.0-2.1
+- fix dep. on EL-5
+
* Fri Apr 08 2016 Shawn Iwinski <shawn@iwin.ski> - 6.2.0-2
- Prepend PSR-4 autoloader (fixes dual-install issue with
php-guzzlehttp-guzzle when other packages register PSR-0