From 0e8fa07d5c8bd62188554a92fe6ef31d3f727231 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2019 07:57:35 +0100 Subject: [PATCH] add build dependency on ps command --- php.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php.spec b/php.spec index 69b31c3..86363d8 100644 --- a/php.spec +++ b/php.spec @@ -147,6 +147,8 @@ BuildRequires: systemtap-sdt-devel %if %{with_argon2} BuildRequires: libargon2-devel %endif +# used for tests +BuildRequires: %{_bindir}/ps %if %{with_zts} Provides: php-zts = %{version}-%{release} @@ -1561,6 +1563,7 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : * Thu Mar 21 2019 Remi Collet - 7.3.4~RC1-3 - update to 7.3.4RC1 new tag - add upstream patches for failed tests +- add build dependency on ps command * Wed Mar 20 2019 Remi Collet - 7.3.4~RC1-2 - revert upstream change for extension test suite