diff --git a/php.spec b/php.spec index c48228100c1b99b841a0cb5a9e1932c5c680b9cd..9d889e485bfabc7218871e62dcb4fe1f7bba9ba9 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # API/ABI check %global apiver 20210902 @@ -27,14 +27,14 @@ # needed at srpm build time, when httpd-devel not yet installed %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}} -%bcond_without zts -%bcond_without firebird -%bcond_without freetds -%bcond_without sodium -%bcond_without pspell -%bcond_without tidy -%bcond_without db4 -%bcond_without qdbm +%bcond_with zts +%bcond_with firebird +%bcond_with freetds +%bcond_with sodium +%bcond_with pspell +%bcond_with tidy +%bcond_with db4 +%bcond_with qdbm %bcond_with modphp %bcond_with imap %bcond_without lmdb @@ -1494,5 +1494,8 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Mon May 30 2022 Chunmei Xu - 8.1.6-2 +- disable some components + * Tue May 17 2022 mgb01105731 - 8.1.6-1 - Init from upstream version 8.1.6