From b8c402c65c2d8c6e9a9356315f20054023e63d5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Mar 2018 07:49:41 +0100 Subject: require php(httpd) instead of mod_php --- php-pecl-apcu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-apcu.spec b/php-pecl-apcu.spec index ce49595..736bbb4 100644 --- a/php-pecl-apcu.spec +++ b/php-pecl-apcu.spec @@ -125,7 +125,7 @@ These are the files needed to compile programs using APCu. Summary: APCu control panel BuildArch: noarch Requires: %{name} = %{version}-%{release} -Requires: mod_php +Requires: php(httpd) Requires: php-gd Requires: httpd -- cgit