rpms/php-pear/devel php-pear.spec,1.16,1.17

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 12:38:20 UTC 2007


Author: jorton

Update of /cvs/dist/rpms/php-pear/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6687

Modified Files:
	php-pear.spec 
Log Message:
- force correct gpg path in default pear.conf



Index: php-pear.spec
===================================================================
RCS file: /cvs/dist/rpms/php-pear/devel/php-pear.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- php-pear.spec	5 Feb 2007 12:33:03 -0000	1.16
+++ php-pear.spec	5 Feb 2007 12:38:18 -0000	1.17
@@ -24,7 +24,7 @@
 Patch1: php-pear-1.4.8-package.patch
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: php >= 5.1.0-1
+BuildRequires: php >= 5.1.0-1, gnupg
 Provides: php-pear(Archive_Tar) = 1.3.1 
 Provides: php-pear(Console_Getopt) = 1.2
 Provides: php-pear(PEAR) = %{version}
@@ -43,6 +43,7 @@
 
 export PHP_PEAR_SYSCONF_DIR=`pwd`
 export PHP_PEAR_SIG_KEYDIR=/etc/pearkeys
+export PHP_PEAR_SIG_BIN=/usr/bin/gpg
 
 # 1.4.11 tries to write to the cache directory during installation
 # so it's not possible to set a sane default via the environment.
@@ -119,6 +120,7 @@
 - use BuildArch not BuildArchitectures (#226925)
 - fix to use preferred BuildRoot (#226925)
 - strip more buildroot-relative paths from *.reg
+- force correct gpg path in default pear.conf
 
 * Thu Jan  4 2007 Joe Orton <jorton at redhat.com> 1:1.4.11-2
 - update to 1.4.11




More information about the fedora-cvs-commits mailing list