diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-11 14:47:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-11 14:47:16 +0200 |
commit | fd6fcaa2992a1d8c14ef6f28a74299cdbd262661 (patch) | |
tree | b12c9b9a73e866fa2c85f7cb2e3585c472a95140 | |
parent | e53ff6cd7486288a9d7da0bebf9f5926c8efd238 (diff) |
require /usr/bin/gpg instead of gnupg
-rw-r--r-- | php-pear.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear.spec b/php-pear.spec index 6a3b9fd..cfd916c 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -40,7 +40,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.5 -Release: 6%{?dist} +Release: 8%{?dist} Epoch: 1 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -69,7 +69,7 @@ BuildArch: noarch BuildRequires: %{?scl_prefix}php(language) > 5.4 BuildRequires: %{?scl_prefix}php-cli BuildRequires: %{?scl_prefix}php-xml -BuildRequires: gnupg +BuildRequires: %{_root_bindir}/gpg # For pecl_xmldir macro BuildRequires: %{?scl_prefix}php-devel %if %{with_tests} @@ -465,6 +465,9 @@ fi %changelog +* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 1:1.10.5-8 +- require /usr/bin/gpg instead of gnupg + * Tue Feb 13 2018 Remi Collet <remi@remirepo.net> - 1:1.10.5-6 - add patch for PHP 7.2 from https://github.com/pear/pear-core/pull/71 |