From 9029c9825fb87b15d0f4c207a647fea7ed079cb7 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 30 May 2022 15:32:51 +0800 Subject: [PATCH] disable some components Signed-off-by: Chunmei Xu --- php.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/php.spec b/php.spec index c482281..9d889e4 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 -- Gitee