From cdf49edc3db79d7022fe29300e7038bf953725f7 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Mon, 25 Nov 2024 17:45:08 +0100 Subject: [PATCH] Revert %make_build on the docs part, so that this bit is serial Partially reverts: 51c08855a3dc96c0810a541e72373ab9359c0d20 Related: RHEL-68672 --- nss.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index 510ae3d..71437ac 100644 --- a/nss.spec +++ b/nss.spec @@ -512,8 +512,7 @@ export POLICY_PATH="/etc/crypto-policies/back-ends" # build the man pages clean pushd ./nss -%{make_build} clean_docs -%{make_build} build_docs +%{__make} clean_docs build_docs popd # and copy them to the dist directory for %%install to find them