forgot patch

This commit is contained in:
Rex Dieter 2006-10-10 20:19:15 +00:00
parent 8f84670d2a
commit 05596b8db2
2 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,22 @@
--- gnupg-1.9.91/tests/openpgp/Makefile.am.dearmor 2006-09-27 09:09:43.000000000 -0500
+++ gnupg-1.9.91/tests/openpgp/Makefile.am 2006-10-10 13:24:13.000000000 -0500
@@ -63,7 +63,7 @@
./gpg_dearmor:
echo '#!/bin/sh' >./gpg_dearmor
- echo "../../g10/gpg2 --no-options --no-greeting \
+ echo "../../g10/gpg2 --homedir . --no-options --no-greeting \
--no-secmem-warning --batch --dearmor" >>./gpg_dearmor
chmod 755 ./gpg_dearmor
--- gnupg-1.9.91/tests/openpgp/Makefile.in.dearmor 2006-10-04 11:54:18.000000000 -0500
+++ gnupg-1.9.91/tests/openpgp/Makefile.in 2006-10-10 13:24:23.000000000 -0500
@@ -580,7 +580,7 @@
./gpg_dearmor:
echo '#!/bin/sh' >./gpg_dearmor
- echo "../../g10/gpg2 --no-options --no-greeting \
+ echo "../../g10/gpg2 --homedir . --no-options --no-greeting \
--no-secmem-warning --batch --dearmor" >>./gpg_dearmor
chmod 755 ./gpg_dearmor

View File

@ -12,7 +12,7 @@
Summary: Utility for secure communication and data storage
Name: gnupg2
Version: 1.9.91
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL
Group: Applications/System
@ -177,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-2
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-3
- --enable-selinux-support
- x86_64: --disable-optimization (to avoid gpg2 segfaults), for now