From 62a57b328825183871c2ed59912c74e2ab06a138 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 5 Aug 2025 13:26:22 +0200 Subject: [PATCH] Bump the NSS requirements as the rebased NSS is already shipped in c10s Related: RHEL-91347 --- thunderbird.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/thunderbird.spec b/thunderbird.spec index 56b49ad..0af578d 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -71,10 +71,18 @@ end} %global dts_version 11 %global llvm_version 7.0 +# CentOS Stream 10 already ships rebased NSS +%if 0%{?centos} == 10 +%global nspr_version 4.36 +%global nspr_version_max 4.37 +%global nss_version 3.112 +%global nss_version_max 3.113 +%else %global nspr_version 4.35 %global nspr_version_max 4.36 %global nss_version 3.101 %global nss_version_max 3.102 +%endif %global rust_version 1.66 %global system_libvpx 0 @@ -138,7 +146,7 @@ end} Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 128.10.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -1659,6 +1667,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Tue Aug 05 2025 Tomas Popela - 128.10.0-2 +- Bump the NSS requirements as the rebased NSS is already shipped in c10s + * Mon Apr 28 2025 Eike Rathke - 128.10.0-1 - Update to 128.10.0 build1