diff --git a/php7-pear.changes b/php7-pear.changes index 287dd17..52a4396 100644 --- a/php7-pear.changes +++ b/php7-pear.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 12 14:34:27 UTC 2021 - Arjen de Korte + +- (Build)Requires php-cli to make sure the CLI is installed + ------------------------------------------------------------------- Tue May 19 18:40:31 UTC 2020 - pgajdos@suse.com diff --git a/php7-pear.spec b/php7-pear.spec index ef5d637..ac7a023 100644 --- a/php7-pear.spec +++ b/php7-pear.spec @@ -1,7 +1,7 @@ # # spec file for package php7-pear # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,9 +32,11 @@ Source0: https://github.com/pear/pearweb_phars/raw/v%{version}/install-pe Source1: https://github.com/pear/pearweb_phars/raw/v%{version}/install-pear-nozlib.sig#/install-pear-nozlib.phar.sig Source2: %{name}.keyring Source3: %{name}.rpmlintrc +BuildRequires: php-cli BuildRequires: php7 +Requires: php-cli Requires: php7 -Recommends: php7-openssl +Recommends: php-openssl Provides: php-pear = %{version} Provides: php-pear(Archive_Tar) = %pear_module_version Archive_Tar Provides: php-pear(Console_Getopt) = %pear_module_version Console_Getopt