diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-15 07:49:41 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-15 07:49:41 +0100 |
commit | b8c402c65c2d8c6e9a9356315f20054023e63d5f (patch) | |
tree | 625e16722e275c8de77b9cbd5b4ab157b5376519 | |
parent | 148ce8968ba03c3da426b70150fa7d794adb00c0 (diff) |
require php(httpd) instead of mod_php
-rw-r--r-- | php-pecl-apcu.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |