Fix bootstrap logic again

This commit is contained in:
Neal Gompa 2023-03-25 19:49:31 -04:00
parent 95cdc147d9
commit 6c3e90185d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
%if 0%{?fedora} >= 36 || 0%{!?with_bootstrap}
%bcond_without ffmpeg
%if 0%{?rhel} && 0%{?rhel} < 9
%bcond ffmpeg 0
%else
%bcond_with ffmpeg
%bcond ffmpeg %{?with_bootstrap:0}%{!?with_bootstrap:1}
%endif
Name: chromaprint