diff --git a/nss.spec b/nss.spec index 497c0b0..3dca747 100644 --- a/nss.spec +++ b/nss.spec @@ -17,7 +17,11 @@ %global dracut_modules_dir %{dracutlibdir}/modules.d/05nss-softokn/ %global dracut_conf_dir %{dracutlibdir}/dracut.conf.d +%ifnarch riscv64 %bcond_without tests +%else +%bcond_with tests +%endif %bcond_with dbm # Produce .chk files for the final stripped binaries @@ -60,7 +64,7 @@ rpm.define(string.format("nss_release_tag NSS_%s_RTM", Summary: Network Security Services Name: nss Version: %{nss_version} -Release: %{nss_release}%{?dist} +Release: %{nss_release}.0.riscv64%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Requires: nspr >= %{nspr_version} @@ -1090,6 +1094,9 @@ update-crypto-policies &> /dev/null || : %changelog +* Fri Nov 26 2022 David Abdurachmanov - 3.85.0-1.0.riscv64 +- Disable tests on riscv64 + * Thu Nov 17 2022 Bob Relyea - 3.85.0-1 - update to NSS 3.85