diff --git a/mono-core.changes b/mono-core.changes index 7a04a54..b1bc9e8 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 7 16:20:03 UTC 2020 - Callum Farmer + +- Fix build with RPM 4.16: few were missed fix these + ------------------------------------------------------------------- Mon Oct 12 15:37:39 UTC 2020 - Dominique Leuenberger diff --git a/mono-core.spec b/mono-core.spec index 54fc146..87ea052 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -593,7 +593,7 @@ cert-sync /etc/ssl/ca-bundle.pem Summary: A Library for embedding Mono in your Application License: LGPL-2.1-only Group: Development/Libraries/C and C++ -%if %{sgen} +%if "%sgen" == "yes" Requires: libmonosgen-2_0-1 %else Requires: libmonoboehm-2_0-1 @@ -621,7 +621,7 @@ Summary: Development files for libmono License: LGPL-2.1-only Group: Development/Languages/Mono Requires: libmono-2_0-1 = %{version} -%if %{sgen} +%if "%sgen" == "yes" Requires: libmonosgen-2_0-devel %else Requires: libmonoboehm-2_0-devel