diff options
| author | Remi Collet <remi@remirepo.net> | 2023-07-30 10:05:15 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-07-30 10:05:15 +0200 | 
| commit | 0f2680e571c52ee7fa64dd46c4647af68a714eee (patch) | |
| tree | bdfff00685c883f3c5eb60b9a9bb806d58d76722 | |
| parent | 94940494437671ad02a88e3b7074406700f680b1 (diff) | |
missing BR for tests
| -rw-r--r-- | php-pecl-amqp.spec | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index af30aeb..4572f4a 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -41,6 +41,7 @@ BuildRequires: librabbitmq-devel  Requires:      librabbitmq%{?_isa} >= %{buildver}  %if %{with tests}  BuildRequires: rabbitmq-server +BuildRequires: hostname  %endif  Requires:         %{?scl_prefix}php(zend-abi) = %{php_zend_api} | 
