summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-26 09:35:55 +0200
committerRemi Collet <remi@php.net>2023-04-26 09:35:55 +0200
commit11ae2ea70437f636b92736883ef3725934825bb5 (patch)
tree685e442849847f71f66b03a2d8188d6916fe41b6
parentd858e9adb0122e2d19afd44bd037e4ad30e6eaeb (diff)
define %php82___phpize and %php82___phpconfig
-rw-r--r--macros.php3
-rw-r--r--php.spec5
2 files changed, 7 insertions, 1 deletions
diff --git a/macros.php b/macros.php
index 3943a74..c49070a 100644
--- a/macros.php
+++ b/macros.php
@@ -14,3 +14,6 @@
%@SCL@__php @BINDIR@/php
+%@SCL@__phpize @BINDIR@/phpize
+
+%@SCL@__phpconfig @BINDIR@/php-config
diff --git a/php.spec b/php.spec
index cbb8aa7..6144cf7 100644
--- a/php.spec
+++ b/php.spec
@@ -128,7 +128,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-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
@@ -1853,6 +1853,9 @@ fi
%changelog
+* Tue Apr 25 2023 Remi Collet <remi@remirepo.net> - 8.2.6~RC1-2
+- define %%php82___phpize and %%php82___phpconfig
+
* Tue Apr 25 2023 Remi Collet <remi@remirepo.net> - 8.2.6~RC1-1
- update to 8.2.6RC1
- use oracle client library version 21.10