From e47a2c4eb5571dd1caa5fb95211ef8d68f6a65af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Nov 2021 15:11:37 +0100 Subject: EL-9 build --- php-pecl-scoutapm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-scoutapm.spec b/php-pecl-scoutapm.spec index 7154bc4..1808137 100644 --- a/php-pecl-scoutapm.spec +++ b/php-pecl-scoutapm.spec @@ -18,7 +18,7 @@ Summary: Native Extension Component for ScoutAPM's PHP Agent Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.4.3 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -33,6 +33,7 @@ BuildRequires: %{?scl_prefix}php-curl BuildRequires: %{?scl_prefix}php-pdo BuildRequires: %{?scl_prefix}php-pdo_sqlite BuildRequires: libcurl-devel +BuildRequires: %{_bindir}/ps Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -208,6 +209,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Nov 5 2021 Remi Collet - 1.4.3-2 +- EL-9 build + * Fri Oct 29 2021 Remi Collet - 1.4.3-1 - update to 1.4.3 -- cgit