Emergency fix for RPM 4.16 compatibility; no changelog entry

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2021-01-11 10:10:04 +00:00 committed by Git OBS Bridge
parent f38422bf22
commit adc04462ee

View File

@ -145,7 +145,7 @@ This package contains documentation.
%endif
%if %{flavor} == "ilmbase"
%if "%{flavor}" == "ilmbase"
%description
Base library for Industrial Light & Magic software (OpenEXR).
@ -249,7 +249,7 @@ done
popd
%endif
%if %{flavor} == "ilmbase"
%if "%{flavor}" == "ilmbase"
pushd IlmBase
%cmake
%if %{asan_build}