diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 14:50:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 14:50:27 +0200 |
commit | 8199365501d0a1db8cce270e8ee127fdf98ef3cb (patch) | |
tree | bddb9b320c3725a73b1101909efa9662f2e6b30f /php-bartlett-php-compatinfo-db.spec | |
parent | 6519a1f8a5c2bc2ea90164828f52a1ef0d50e737 (diff) |
update patch for backported features
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index c51ca81..3ac0e9f 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -45,8 +45,11 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Fix version and avoir composer/package-versions-deprecated (relying on composer.lock) # Set proxy files as static Patch0: %{name}-3.10-rpm.patch -# CURL_SSLVERSION constants have been backported -Patch1: %{name}-curltls.patch +# Backported features affecting test suite +# - CURL_SSLVERSION constants +# - Phar::OPENSSL_SHA* constants +Patch1: %{name}-backports.patch + BuildArch: noarch BuildRequires: php(language) >= 7.2 |