Fix incorrect testing conditional
This commit is contained in:
parent
d896918536
commit
928060b23a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue