Correct condition for gpg-is-gpg2 hack.

This commit is contained in:
Tomas Mraz 2017-09-05 15:22:59 +02:00
parent 719eabd56e
commit 0c3e7b9dfa

View File

@ -112,7 +112,7 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/scdaemon.c
%build %build
%configure \ %configure \
%if 0%{?rhel} > 5 %if ! 0%{?rhel} > 5
--enable-gpg-is-gpg2 \ --enable-gpg-is-gpg2 \
%endif %endif
--disable-gpgtar \ --disable-gpgtar \