From 8f76ddf02e439c6b9cdd3f711c0500f835b052170b607fc68ab21a83d636373f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 2 Jun 2023 08:19:02 +0000 Subject: [PATCH] Accepting request 1090436 from home:fcrozat:branches:GNOME:Factory - Only build mono support on openSUSE, not SLE nor SUSE ALP. OBS-URL: https://build.opensuse.org/request/show/1090436 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libproxy?expand=0&rev=162 --- libproxy.changes | 5 +++++ libproxy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libproxy.changes b/libproxy.changes index 6373aa7..c87aa1c 100644 --- a/libproxy.changes +++ b/libproxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 1 12:43:25 UTC 2023 - Frederic Crozat + +- Only build mono support on openSUSE, not SLE nor SUSE ALP. + ------------------------------------------------------------------- Tue Jun 21 08:50:02 UTC 2022 - Dominique Leuenberger diff --git a/libproxy.spec b/libproxy.spec index f1573b8..23f236d 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define build_core_not_modules 0 %endif %define build_mozjs 0 -%if 0%{?suse_version} +%if 0%{?suse_version} > 1699 || 0%{?is_opensuse} %bcond_without mono %else %bcond_with mono