summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-11 11:25:19 +0200
committerRemi Collet <remi@remirepo.net>2019-09-11 11:25:19 +0200
commitb4e9ad85da1773b222f7a84eefd49138ae4ff951 (patch)
treea664422b3aa46bf21a58c84e1599d703f5873043 /php.spec
parent1c7d937659c90828a520b152e9ffeddd70a5c9c6 (diff)
- update to 7.3.10RC1 (new tag)
- add tarball signature check
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 11 insertions, 1 deletions
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 <remi@remirepo.net> - 7.3.10~RC1-2
+- update to 7.3.10RC1 (new tag)
+- add tarball signature check
+
* Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 7.3.10~RC1-1
- update to 7.3.10RC1