From acb812e89394db676426748fe328ccad10e5e7b11bdd358ddd648950babfc2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 11 Nov 2020 20:08:23 +0000 Subject: [PATCH] Accepting request 846841 from home:gmbr3:Active - Fix build with RPM 4.16: few were missed fix these OBS-URL: https://build.opensuse.org/request/show/846841 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=215 --- mono-core.changes | 5 +++++ mono-core.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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