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