- (Build)Requires php-cli to make sure the CLI is installed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7-pear?expand=0&rev=27
This commit is contained in:
Arjen de Korte 2021-01-12 14:36:07 +00:00 committed by Git OBS Bridge
parent 2f4b4a4ca9
commit 85ac49c336
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 12 14:34:27 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- (Build)Requires php-cli to make sure the CLI is installed
-------------------------------------------------------------------
Tue May 19 18:40:31 UTC 2020 - pgajdos@suse.com

View File

@ -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