AlmaLinux changes
Add gcc-toolset-%{gts_version}-gcc-c++ to BR
This commit is contained in:
commit
e9221f8dd4
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,5 +2,5 @@ SOURCES/cbindgen-vendor.tar.xz
|
||||
SOURCES/nspr-4.36.0-2.el8_2.src.rpm
|
||||
SOURCES/nss-3.112.0-1.el9_4.src.rpm
|
||||
SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
||||
SOURCES/thunderbird-140.12.0esr.processed-source.tar.xz
|
||||
SOURCES/thunderbird-langpacks-140.12.0esr-20260615.tar.xz
|
||||
SOURCES/thunderbird-140.13.0esr.processed-source.tar.xz
|
||||
SOURCES/thunderbird-langpacks-140.13.0esr-20260722.tar.xz
|
||||
|
||||
@ -2,5 +2,5 @@ bc4adac8f38f5103d8f88564a1545063dd8d6402 SOURCES/cbindgen-vendor.tar.xz
|
||||
0d0ddbd2a73340b3cbc977997f57222946b1e775 SOURCES/nspr-4.36.0-2.el8_2.src.rpm
|
||||
fd3879b176634d66f8ef64d18fdaeec98e140c23 SOURCES/nss-3.112.0-1.el9_4.src.rpm
|
||||
c3f0aaef37972107442e2796efad71be3a98ce3c SOURCES/nss-3.112.0-4.el8_2.src.rpm
|
||||
bac9da3993145ee5b8f6c67d8bb00cf3b8fd38a6 SOURCES/thunderbird-140.12.0esr.processed-source.tar.xz
|
||||
7569b6c73154365395dd788ed263e1e95efe9591 SOURCES/thunderbird-langpacks-140.12.0esr-20260615.tar.xz
|
||||
ad9ce6d59db48c056392ea7912946dc714a5356d SOURCES/thunderbird-140.13.0esr.processed-source.tar.xz
|
||||
7b800cd85a6de40117b8b59768b4fbdfef64fbe3 SOURCES/thunderbird-langpacks-140.13.0esr-20260722.tar.xz
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -75,6 +75,14 @@ end}
|
||||
%global nspr_version_max 4.37
|
||||
%global nss_version 3.112
|
||||
%global nss_version_max 3.113
|
||||
%if 0%{?rhel} >= 10 && 0%{?rhel_minor_version} > 2
|
||||
%global nss_version_max 3.125
|
||||
%global nspr_version_max 4.40
|
||||
%endif
|
||||
%if 0%{?rhel} == 9 && 0%{?rhel_minor_version} > 8
|
||||
%global nss_version_max 3.125
|
||||
%global nspr_version_max 4.40
|
||||
%endif
|
||||
%global rust_version 1.84
|
||||
%global system_libvpx 0
|
||||
|
||||
@ -137,7 +145,7 @@ end}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.12.0
|
||||
Version: 140.13.0
|
||||
Release: 1%{?dist}.alma.1
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
@ -165,7 +173,7 @@ ExcludeArch: %{ix86}
|
||||
#Source0: https://archive.mozilla.org/pub/thunderbird/releases/%%{version}%%{?pre_version}/source/thunderbird-%%{version}%%{?pre_version}.processed-source.tar.xz
|
||||
Source0: thunderbird-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
|
||||
%if %{with langpacks}
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260615.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260722.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
@ -238,6 +246,7 @@ Patch123: thunderbird-adapt-ml-dsa-support-to-rhel-nss.patch
|
||||
Patch124: thunderbird-enable-ml-dsa-in-manager-ssl.patch
|
||||
# RHEL downstream only - add mlkem768-secp256r1 support
|
||||
Patch125: thunderbird-add-mlkem768-secp256r1-support.patch
|
||||
Patch126: thunderbird-add-mlkem768-secp256r1-support-nss-3.124.patch
|
||||
|
||||
# ---- Fedora specific patches ----
|
||||
Patch151: firefox-enable-addons.patch
|
||||
@ -1138,9 +1147,17 @@ echo "--------------------------------------------"
|
||||
%patch -P120 -p1 -b .integrate-ml-dsa-signature-verification-for-pkix-certificate-chain-validation
|
||||
%patch -P121 -p1 -b .add-ml-dsa-certificate-support-to-certviewer
|
||||
%patch -P122 -p1 -b .enable-ml-dsa-signature-verification-for-certificate-chain-validation
|
||||
%if 0%{?rhel_minor_version} <= 2
|
||||
%patch -P123 -p1 -b .adapt-ml-dsa-support-to-rhel-nss
|
||||
%endif
|
||||
%patch -P124 -p1 -b .enable-ml-dsa-in-manager-ssl
|
||||
|
||||
%if 0%{?rhel_minor_version} <= 2
|
||||
%patch -P125 -p1 -b .add-mlkem768-secp256r1-support
|
||||
%else
|
||||
%patch -P126 -p1 -b .add-mlkem768-secp256r1-support-nss-3.124
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
# ---- Fedora specific patches ----
|
||||
@ -1728,10 +1745,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Mon Jun 22 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.12.0-1.alma.1
|
||||
* Tue Aug 04 2026 Eduard Abdullin <eabdullin@almalinux.org> - 140.13.0-1.alma.1
|
||||
- AlmaLinux changes
|
||||
- Add gcc-toolset-%{gts_version}-gcc-c++ to BR
|
||||
|
||||
* Wed Jul 22 2026 Jan Horak <jhorak@redhat.com> - 140.13.0-1
|
||||
- Update to 140.13.0 ESR
|
||||
|
||||
* Mon Jun 15 2026 Jan Horak <jhorak@redhat.com> - 140.12.0-1
|
||||
- Update to 140.12.0 ESR
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user