From fd6fcaa2992a1d8c14ef6f28a74299cdbd262661 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Apr 2018 14:47:16 +0200 Subject: require /usr/bin/gpg instead of gnupg --- php-pear.spec | 7 +++++-- 1 file 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 - 1:1.10.5-8 +- require /usr/bin/gpg instead of gnupg + * Tue Feb 13 2018 Remi Collet - 1:1.10.5-6 - add patch for PHP 7.2 from https://github.com/pear/pear-core/pull/71 -- cgit