From b4e9ad85da1773b222f7a84eefd49138ae4ff951 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Sep 2019 11:25:19 +0200 Subject: - update to 7.3.10RC1 (new tag) - add tarball signature check --- php.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 24c978e..96d39df 100644 --- a/php.spec +++ b/php.spec @@ -137,7 +137,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}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 @@ -161,6 +161,9 @@ Source9: php.modconf Source10: php.conf2 Source11: php-fpm.init Source12: php-fpm.wants +# 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 @@ -201,6 +204,7 @@ Patch300: php-7.0.10-datetests.patch # WIP +BuildRequires: gnupg2 BuildRequires: bzip2-devel, curl-devel >= 7.9, %{db_devel} BuildRequires: httpd-devel >= 2.0.46-1, pam-devel %if %{with_httpd2410} @@ -920,6 +924,8 @@ low-level PHP extension for the libsodium cryptographic library. %prep +%{?gpgverify:%{gpgverify} --keyring='%{SOURCE20}' --signature='%{SOURCE21}' --data='%{SOURCE0}'} + : Building %{name}-%{version}-%{release} with systemd=%{with_systemd} imap=%{with_imap} interbase=%{with_interbase} freetds=%{with_freetds} sqlite3=%{with_sqlite3} tidy=%{with_tidy} zip=%{with_zip} %if 0%{?gh_date} %setup -q -n %{gh_project}-%{gh_commit} @@ -1893,6 +1899,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