diff --git a/nodejs20.changes b/nodejs20.changes index 221b941..bb6ce04 100644 --- a/nodejs20.changes +++ b/nodejs20.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 14:34:21 UTC 2023 - Adam Majer + +- Temporarily bundle ICU for SLE15 SP6 (jsc#PED-4819) + ------------------------------------------------------------------- Thu Aug 10 13:51:20 UTC 2023 - Adam Majer diff --git a/nodejs20.spec b/nodejs20.spec index f15a5c7..c7e4366 100644 --- a/nodejs20.spec +++ b/nodejs20.spec @@ -94,7 +94,7 @@ Release: 0 %bcond_without intree_cares %endif -%if 0%{?suse_version} >= 1330 || 0%{?fedora_version} >= 35 +%if 0%{?sle_version} != 150600 && ( 0%{?suse_version} >= 1330 || 0%{?fedora_version} >= 35 ) %bcond_with intree_icu %else %bcond_without intree_icu