From 4735942d835d7922db570aab4a4bf165b427200c Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Thu, 28 Aug 2014 17:53:27 +0200
Subject: php 5.6: provides php(httpd)

---
 php56.spec | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/php56.spec b/php56.spec
index d78d81e..6cdd0d4 100644
--- a/php56.spec
+++ b/php56.spec
@@ -250,6 +250,8 @@ Requires(pre): httpd-filesystem
 %else
 Requires(pre): httpd
 %endif
+# php engine for Apache httpd webserver
+Provides: php(httpd)
 
 %if 0%{?fedora} < 20 && 0%{?rhel} < 7
 # Don't provides extensions, which are not shared library, as .so
@@ -328,6 +330,8 @@ Requires(pre): httpd-filesystem
 # For php.conf in /etc/httpd/conf.d
 # and version 2.4.10 for proxy support in SetHandler
 Requires: httpd-filesystem >= 2.4.10
+# php engine for Apache httpd webserver
+Provides: php(httpd)
 %endif
 Obsoletes: php53-fpm, php53u-fpm, php54-fpm, php54w-fpm, php55u-fpm, php55w-fpm, php56u-fpm, php56w-fpm
 
-- 
cgit