From 75381e69c667c180550470644a2d0f61ffc07d43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Oct 03 2023 07:29:44 +0000 Subject: tzdata is required --- diff --git a/php.spec b/php.spec index b7912f6..e61dd3e 100644 --- a/php.spec +++ b/php.spec @@ -70,7 +70,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 @@ -264,7 +264,7 @@ Summary: Common files for PHP # fileinfo is licensed under PHP version 3.0 # regex, libmagic are licensed under BSD License: PHP-3.01 AND BSD-2-Clause -Recommends: tzdata +Requires: tzdata # ABI/API check - Arch specific Provides: php(api) = %{apiver}-%{__isa_bits} Provides: php(zend-abi) = %{zendver}-%{__isa_bits} @@ -1552,6 +1552,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Sep 26 2023 Remi Collet - 8.3.0~rc3-2 +- tzdata is required + * Tue Sep 26 2023 Remi Collet - 8.3.0~rc3-1 - update to 8.3.0RC3 https://fedoraproject.org/wiki/Changes/php83 - add internal UTC if tzdata is missing