diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-10 15:25:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-10 15:25:48 +0100 |
commit | cd712c63848614703fd88a9bd1ea9e8a9e7f4b47 (patch) | |
tree | cc7ec890494cde5c8ffc1986b6ecf46a7079ff70 /php-paragonie-constant-time-encoding.spec | |
parent | 8c6c86a8313fa0a7a02251c9791cbf0e52e45e1a (diff) |
fix BR
Diffstat (limited to 'php-paragonie-constant-time-encoding.spec')
-rw-r--r-- | php-paragonie-constant-time-encoding.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 9a712a6..a6ae59a 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -37,10 +37,10 @@ BuildRequires: php-spl # "phpunit/phpunit": "^6|^7", %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 BuildRequires: phpunit9 -%global phpunit %{_bindir}/phpunit7 +%global phpunit %{_bindir}/phpunit9 %else BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit6 +%global phpunit %{_bindir}/phpunit8 %endif BuildRequires: php-fedora-autoloader-devel |