From 948ee97e75c706159b20013cf87462ab1cf40c11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jan 2020 12:04:39 +0100 Subject: make sodium mandatory on EL-7, to avoid user confusion https://github.com/remicollet/remirepo/issues/137 --- php74.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php74.spec b/php74.spec index afef6b3..612b86f 100644 --- a/php74.spec +++ b/php74.spec @@ -103,7 +103,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -248,7 +248,8 @@ Recommends: php-sodium%{?_isa} = %{version}-%{release} Recommends: php-xml%{?_isa} = %{version}-%{release} %else # For backwards-compatibility, require php-cli for the time being: -Requires: php-cli%{?_isa} = %{version}-%{release} +Recommends: php-cli%{?_isa} = %{version}-%{release} +Recommends: php-sodium%{?_isa} = %{version}-%{release} %endif @@ -2153,6 +2154,10 @@ fi %changelog +* Tue Jan 28 2020 Remi Collet - 7.4.2-2 +- make sodium mandatory on EL-7, to avoid user confusion + https://github.com/remicollet/remirepo/issues/137 + * Tue Jan 21 2020 Remi Collet - 7.4.2-1 - Update to 7.4.2 - http://www.php.net/releases/7_4_2.php -- cgit