From 1d232b29ddf69aa57a34ccd12a8d76148657697b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jun 2020 14:33:09 +0200 Subject: requires php(httpd) --- php-horde-wicked.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-horde-wicked.spec') diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec index d52a345..355990d 100644 --- a/php-horde-wicked.spec +++ b/php-horde-wicked.spec @@ -13,7 +13,7 @@ Name: php-horde-wicked Version: 2.0.8 -Release: 6%{?dist} +Release: 8%{?dist} Summary: Wiki application License: GPLv2 @@ -80,7 +80,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} # Web stuff (as we provide httpd configuration) -Requires: mod_php +Requires: php(httpd) Requires: httpd # From package.xml, required Requires: php(language) >= 5.3.0 @@ -298,6 +298,9 @@ fi %changelog +* Tue Jun 2 2020 Remi Collet - 2.0.8-8 +- requires php(httpd) + * Fri Nov 15 2019 Remi Collet - 2.0.8-6 - fix FTBFS from Koschei - add patch for PHP 7.4 from -- cgit