diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-08 07:19:47 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-08 07:19:47 +0200 |
| commit | 8cb6aa19785469249d388ccfc269fd6f2de01f46 (patch) | |
| tree | 7fd0f347f933c40c2d305899044671aac2351468 | |
| parent | c93634fd297b2ab3a275f2727f024e04c790d400 (diff) | |
| -rw-r--r-- | php-pecl-swoole6.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 7b2f8ca..e1b5115 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -31,7 +31,7 @@ %global oraclemax 24 -%if 0%{?fedora} || 0%{?rhel} >= 11 +%if 0%{?fedora} || 0%{?rhel} >= 9 %bcond_without uring %else %bcond_with uring @@ -42,7 +42,7 @@ %bcond_without zstd %bcond_without curl %bcond_without nghttpd2 -%if 0%{?rhel} == 10 +%if 0%{?rhel} > 10 # Not yet in EPEL (will be in 10.2) %bcond_with firebird %else |
