Reorder bconds.

This commit is contained in:
Joe Orton 2020-12-02 14:34:32 +00:00
parent eeb81e6a40
commit 499cd8e83d
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# set to zero to avoid running test suite
%bcond_without tests
%if 0%{?rhel} && 0%{?eln}
%bcond_with kwallet
@ -6,8 +7,6 @@
%bcond_without kwallet
%endif
%bcond_without tests
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
%bcond_with bdb
%else