From f9b21b4747f8ff0de743c1e810dd77241eefd798 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Feb 2023 11:28:25 +0100 Subject: no imap in F38 --- php.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php.spec b/php.spec index 6b81f13..5d51608 100644 --- a/php.spec +++ b/php.spec @@ -67,7 +67,12 @@ %bcond_with oci8 %bcond_with zip # Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock. +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 +# uw-imap is not available +%bcond_with imap +%else %bcond_without imap +%endif %bcond_without firebird %bcond_without freetds %bcond_without tidy -- cgit