summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-11 12:23:53 +0200
committerRemi Collet <remi@remirepo.net>2019-09-11 12:23:53 +0200
commite5b74220092514c6d0bd4d0bf690e8f8a2e45473 (patch)
tree3e4310c4fe3b911f1e5aa274181a744dc9982b7f /php73.spec
parent8f3ba26fe58e3f74f8128f240f092e41a314ef82 (diff)
- update to 7.3.10RC1 (new tag)
- add tarball signature check
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec12
1 files changed, 11 insertions, 1 deletions
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 <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