From e0127d6e28f386bf0c87f5e2c8f396de7032e714 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 25 Oct 2012 16:45:26 +0300 Subject: [PATCH] - postpone tree rebuild in ac --- php.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php.spec b/php.spec index 44884e8..d0c003e 100644 --- a/php.spec +++ b/php.spec @@ -506,6 +506,11 @@ Requires: glibc >= 6:2.3.5 Requires: php-dirs Requires: rpm-whiteout >= 1.28 Requires: tzdata +%if "%{pld_release}" == "ac" +# postpone tree rebuild in ac +Provides: php5(debug) = %{php_debug} +Provides: php5(thread-safety) = %{zend_zts} +%endif Provides: %{name}(debug) = %{php_debug} Provides: %{name}(modules_api) = %{php_api_version} Provides: %{name}(thread-safety) = %{zend_zts} -- 2.44.0