Hi,
See: https://bugzilla.redhat.com/2488949
All PHP extensions have BuildRequires: php-devel
Problem: the best providers is php8.4-devel
so package are build with the new php8.4 stack
instead of the default php (version 8.3)
The workaround is to use
BuildRequires:(php-devel >= 8.3 with php-devel < 8.4)
Ex:
https://src.fedoraproject.org/rpms/php-pecl-msgpack/c/9c9066e32dc207f5fcbc7…
This means the spec files will be specific to RHEL major version
I already rebuild all affected extensions
Regards,
Remi