From adc04462eef796b106ba253a4ab22a8400c091cfe124daa63b8586afd653ace2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 Jan 2021 10:10:04 +0000 Subject: [PATCH] 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 --- openexr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openexr.spec b/openexr.spec index c8fdb34..0b4d472 100644 --- a/openexr.spec +++ b/openexr.spec @@ -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}