From 0c3e7b9dfa31f66ebf734446dde93596ed0e3cd1 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 5 Sep 2017 15:22:59 +0200 Subject: [PATCH] Correct condition for gpg-is-gpg2 hack. --- gnupg2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index e0d5099..6c64c92 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -112,7 +112,7 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c %build %configure \ -%if 0%{?rhel} > 5 +%if ! 0%{?rhel} > 5 --enable-gpg-is-gpg2 \ %endif --disable-gpgtar \