diff --git a/nss.spec b/nss.spec index b8f4ebd46ad2b51529c6c0f676d31e02dc02b4f4..66a82dc8bd7f9b7fd953735d8c911d74c48772d8 100644 --- a/nss.spec +++ b/nss.spec @@ -14,7 +14,7 @@ Summary: Network Security Services Name: nss Version: %{nss_version} -Release: 6 +Release: 7 License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Provides: nss-system-init @@ -184,7 +184,7 @@ export POLICY_FILE="nss.config" # location of the policy file export POLICY_PATH="/etc/crypto-policies/back-ends" -make -C ./nss all +make -j16 -C ./nss all make -C ./nss latest # build the man pages clean @@ -552,6 +552,9 @@ update-crypto-policies &>/dev/null||: %doc %{_mandir}/man* %changelog +* Tue Mar 16 2021 yixiangzhike - 3.54-7 +- optimize compilation time + * Mon Jan 18 2021 zoulin - 3.54-6 - fix CVE-2020-25648