From e5b74220092514c6d0bd4d0bf690e8f8a2e45473 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Sep 2019 12:23:53 +0200 Subject: - update to 7.3.10RC1 (new tag) - add tarball signature check --- php73.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 5a736ae..564c972 100644 --- a/php73.spec +++ b/php73.spec @@ -122,7 +122,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 @@ -148,6 +148,9 @@ Source11: php.conf2 Source12: php-fpm.wants Source13: nginx-fpm.conf Source14: nginx-php.conf +# See https://secure.php.net/gpg-keys.php +Source20: https://www.php.net/distributions/php-keyring.gpg +Source21: https://www.php.net/distributions/php-%{upver}%{?rcver}.tar.xz.asc # Configuration files for some extensions Source50: 10-opcache.ini Source51: opcache-default.blacklist @@ -189,6 +192,7 @@ Patch300: php-7.0.10-datetests.patch # WIP +BuildRequires: gnupg2 BuildRequires: bzip2-devel, curl-devel >= 7.9 BuildRequires: httpd-devel >= 2.0.46-1, pam-devel %if %{with_httpd2410} @@ -1121,6 +1125,8 @@ low-level PHP extension for the libsodium cryptographic library. %prep +%{?gpgverify:%{gpgverify} --keyring='%{SOURCE20}' --signature='%{SOURCE21}' --data='%{SOURCE0}'} + : CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzip} %setup -q -n php-%{upver}%{?rcver} @@ -2235,6 +2241,10 @@ fi %changelog +* Wed Sep 11 2019 Remi Collet - 7.3.10~RC1-2 +- update to 7.3.10RC1 (new tag) +- add tarball signature check + * Tue Sep 10 2019 Remi Collet - 7.3.10~RC1-1 - update to 7.3.10RC1 -- cgit