Fix incorrect testing conditional

This commit is contained in:
Major Hayden 2022-07-08 10:11:39 -05:00
commit 928060b23a
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1

View file

@ -1,4 +1,9 @@
# EPEL9 does not have python-aiohttp packaged yet.
%if 0%{?fedora}
%bcond_without tests
%else
%bcond_with tests
%endif
%global srcname azure-loganalytics