From bbccf1eb6505fdfc1f2fe2124df99dca121e7a8c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 1 Dec 2020 15:17:21 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/php.git#2954e341307d8794b7ba7784866efc1b2afc1725 --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 728758e..8346875 100644 --- a/php.spec +++ b/php.spec @@ -61,7 +61,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -137,6 +137,7 @@ BuildRequires: bzip2 BuildRequires: perl-interpreter BuildRequires: autoconf BuildRequires: automake +BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libtool @@ -288,6 +289,7 @@ Requires: php-cli%{?_isa} = %{version}-%{release} # always needed to build extension Requires: autoconf Requires: automake +Requires: make Requires: gcc Requires: gcc-c++ Requires: libtool @@ -1535,6 +1537,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Dec 1 2020 Remi Collet - 7.4.13-2 +- explicitly requires make + https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot + * Tue Nov 24 2020 Remi Collet - 7.4.13-1 - Update to 7.4.13 - http://www.php.net/releases/7_4_13.php