diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-15 17:42:44 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-15 17:42:44 +0200 | 
| commit | 1325a2b070e226d4273800c39683093f1eb9f3a4 (patch) | |
| tree | 9b91999f466de2881369f2ff988475c3ef2d9b38 | |
| parent | 72cbc8eaa816efe5e515cd6ebf40ee0a8848eee6 (diff) | |
drop ca-certificates dep on EL-5
| -rw-r--r-- | php-google-apiclient.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/php-google-apiclient.spec b/php-google-apiclient.spec index 2058206..860a54f 100644 --- a/php-google-apiclient.spec +++ b/php-google-apiclient.spec @@ -29,7 +29,7 @@  Name:          php-%{composer_vendor}-%{composer_project}  Version:       %{github_version} -Release:       1%{?dist} +Release:       1%{?dist}.1  Summary:       Client library for Google APIs  Group:         Development/Libraries @@ -56,7 +56,8 @@ BuildRequires: php-session  BuildRequires: php-spl  %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}  # phpcompatinfo (computed from version 1.1.5) @@ -153,6 +154,9 @@ rm -rf %{buildroot}  %changelog +* Fri Apr 15 2016 Remi Collet <remi@remirepo.net> - 1.1.5-1.1 +- fix dep. on EL-5 +  * Sun Oct 11 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.5-1  - Updated to 1.1.5 (RHBZ #1266282)  | 
