diff options
| author | Remi Collet <remi@remirepo.net> | 2017-05-07 08:22:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-05-07 08:22:32 +0200 | 
| commit | c947ed45536c2fe2a29012c88949dbb2700fc902 (patch) | |
| tree | 1a1adc9b2fec337eee9616ad90c1eb373fd290a1 | |
| parent | 116ec61877e13dd145c8b9fedfa055b0a718db1d (diff) | |
drop optional dep.
| -rw-r--r-- | php-pecl-http.spec | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 927a40a..6dff2f7 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -79,11 +79,6 @@ Obsoletes:      %{?scl_prefix}php-pecl-http1 < 2  # Can't install both versions of the same extension  Conflicts:      %{?scl_prefix}php-pecl-http1  %endif -%if 0%{?fedora} < 22 -# new extensions split off this one. -Requires:       %{?scl_prefix}php-pecl(json_post)%{?_isa} -Requires:       %{?scl_prefix}php-pecl(apfd)%{?_isa} -%endif  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Provides:       %{?scl_prefix}php-pecl(%{proj_name})         = %{version}%{?prever} | 
