From b0129d543d60b6f354f12e010a3847af34469a33 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Oct 2007 16:26:16 +0000 Subject: [PATCH] - %build: (re)add mkdir -p $HOME/.gnupg --- gnupg2.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index d7b26b1..2abff9e 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -10,7 +10,7 @@ Summary: Utility for secure communication and data storage Name: gnupg2 Version: 2.0.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/System @@ -99,6 +99,9 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c --disable-rpath \ --enable-selinux-support +# need scratch gpg database for tests +mkdir -p $HOME/.gnupg + # not smp-safe make @@ -171,6 +174,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 03 2007 Rex Dieter 2.0.7-3 +- %%build: (re)add mkdir -p $HOME/.gnupg + * Wed Oct 03 2007 Rex Dieter 2.0.7-2 - Requires: dirmngr (#312831)