diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-26 09:19:20 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-26 09:19:20 +0200 |
commit | 3096543a471747fde718e9ed4f67665291a0e946 (patch) | |
tree | 28acdd894a84ed380ae3837f5fb644437a0752ca | |
parent | be1e8f189d3c29d5ab85f381680472503d663118 (diff) |
-rw-r--r-- | macros-build | 2 | ||||
-rw-r--r-- | php81.spec | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/macros-build b/macros-build index ba4632d..c7cab7c 100644 --- a/macros-build +++ b/macros-build @@ -6,6 +6,8 @@ %{?@SCL@___pear:%global __pear %@SCL@___pear} %{?@SCL@___pecl:%global __pecl %@SCL@___pecl} %{?@SCL@___php:%global __php %@SCL@___php} + %{?@SCL@___phpize:%global __phpize %@SCL@___phpize} + %{?@SCL@___phpconfig:%global __phpconfig %@SCL@___phpconfig} %{?@SCL@_pecl_xmldir:%global pecl_xmldir %@SCL@_pecl_xmldir} %global pear_metadir %@SCL@_pear_metadir %global pear_xmldir %@SCL@_pear_xmldir @@ -26,7 +26,7 @@ Summary: Package that installs PHP 8.1 Name: %scl_name Version: 8.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later Source0: macros-build @@ -258,6 +258,9 @@ restorecon -R %{_localstatedir} &>/dev/null || : %changelog +* Wed Apr 26 2023 Remi Collet <remi@remirepo.net> 8.1-4 +- redefine %%__phpize and %%__phpconfig + * Thu Mar 9 2023 Remi Collet <remi@remirepo.net> 8.1-3 - define %%scl_vendor and %%_scl_prefix in macros.php81-config - move man page out of scl tree |