SHA256
3
0
forked from pool/meson

Accepting request 805358 from home:mgorse:branches:devel:tools:building

- Remove is_opensuse conditional and enable mono tests on SLE
    (jsc#SLE-11721).

OBS-URL: https://build.opensuse.org/request/show/805358
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=167
This commit is contained in:
Alexei Sorokin 2020-05-13 17:16:55 +00:00 committed by Git OBS Bridge
parent 8fe30063ae
commit e9abc1ea82
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 13 16:58:09 UTC 2020 - Michael Gorse <mgorse@suse.com>
- Remove is_opensuse conditional and enable mono tests on SLE
(jsc#SLE-11721).
-------------------------------------------------------------------
Mon Apr 27 10:11:58 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -125,15 +125,11 @@ BuildRequires: rust
BuildRequires: wxWidgets-any-devel
# csharp is not on s390 machines
%ifnarch s390x
%if 0%{?is_opensuse}
BuildRequires: mono(csharp)
%endif
%endif
%else
BuildRequires: boost-devel
%if 0%{?is_opensuse}
BuildRequires: mono-core
%endif
BuildRequires: wxWidgets-devel
%endif
%endif