From 55abdd55df4dc5c569faf12c0e33c80cabadbd0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jan 2015 10:50:26 +0100 Subject: php5*-php-embedded: fix requires --- php.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php.spec b/php.spec index 4dd1de9..75a5b3f 100644 --- a/php.spec +++ b/php.spec @@ -202,6 +202,7 @@ Requires(pre): httpd # Don't provides extensions, or shared libraries (embedded) +%{?filter_from_requires: %filter_from_requires /libphp5.*so/d} %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} -- cgit