From ea0d6fe249b37e378c15c718377f85f98c7b0d66 Mon Sep 17 00:00:00 2001 From: Gordon Messmer Date: Thu, 16 Oct 2025 14:24:00 -0700 Subject: [PATCH] Use rpm's native resource tunable to limit parallelism. rpm 4.19 and newer have built-in tunable settings to limit parallel tasks which make %constrain_build redundant. See BZ#2404624 --- gimp-help.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp-help.spec b/gimp-help.spec index d277bce..6ab1594 100644 --- a/gimp-help.spec +++ b/gimp-help.spec @@ -1,7 +1,7 @@ # NOTE: en/English is in the main package # LANGUAGES: bg,Bulgarian ca,Catalan cs,Czech da,Danish de,German el,Greek en_GB,British_English es,Spanish fa,Farsi fi,Finnish fr,French hr,Croatian hu,Hungarian it,Italian ja,Japanese ko,Korean lt,Lithuanian nl,Dutch nn,Norwegian_Nynorsk pl,Polish pt,Portuguese pt_BR,Brazilian_Portuguese ro,Romanian ru,Russian sl,Slovenian sv,Swedish tr,Turkish uk,Ukrainian zh_CN,Simplified_Chinese -%constrain_build -m 6144 +%global _smp_tasksize_proc 6144 %global gimpsubver 3.0