From 1908024cb2f4878a941a80135fbd601344170d9e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:36:04 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 79355fa..2fc6226 100644 --- a/php.spec +++ b/php.spec @@ -62,7 +62,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 5%{?dist} +Release: 6%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1525,6 +1525,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Jun 16 2021 Mohan Boddu - 8.0.6-6 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Mon May 31 2021 Remi Collet - 8.0.6-5 - fix build with net-snmp without DES #1953492