From 912e9ffb3cc9dbe375ae3f23a9b2541834dbb857 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 06:47:06 +0200 Subject: [PATCH] php recommends php-cli (instead of requires) --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index ed83baf..da5d287 100644 --- a/php.spec +++ b/php.spec @@ -159,8 +159,8 @@ Provides: php-zts%{?_isa} = %{version}-%{release} Requires: httpd-mmn = %{_httpd_mmn} Provides: mod_php = %{version}-%{release} Requires: php-common%{?_isa} = %{version}-%{release} -# For backwards-compatibility, require php-cli for the time being: -Requires: php-cli%{?_isa} = %{version}-%{release} +# For backwards-compatibility, pull the "php" command +Recommends: php-cli%{?_isa} = %{version}-%{release} # httpd have threaded MPM by default Recommends: php-fpm%{?_isa} = %{version}-%{release} # as "php" is now mostly a meta-package, commonly used extensions