import Oracle_OSS thunderbird-140.10.0-1.0.1.el10_1
This commit is contained in:
parent
bb66bfb26d
commit
e556cb73b2
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
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.9.1esr.processed-source.tar.xz
|
||||
SOURCES/thunderbird-langpacks-140.9.1esr-20260409.tar.xz
|
||||
cbindgen-vendor.tar.xz
|
||||
nspr-4.36.0-2.el8_2.src.rpm
|
||||
nss-3.112.0-1.el9_4.src.rpm
|
||||
nss-3.112.0-4.el8_2.src.rpm
|
||||
thunderbird-140.10.0esr.processed-source.tar.xz
|
||||
thunderbird-langpacks-140.10.0esr-20260421.tar.xz
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
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
|
||||
75159f7d43bf4d117955ddaec4d0d4f4b1c2e07e SOURCES/thunderbird-140.9.1esr.processed-source.tar.xz
|
||||
4a4768adaedeb986823ce7c215ab28c8f672c8a8 SOURCES/thunderbird-langpacks-140.9.1esr-20260409.tar.xz
|
||||
6
sources
Normal file
6
sources
Normal file
@ -0,0 +1,6 @@
|
||||
SHA512 (cbindgen-vendor.tar.xz) = 2b8db32c0bca2fa27304ee4fd3a5cc38bc43a11500b23842747813d221e55719c51cf4c0e027e41857f58ce1e283ce97b69c2c7d1eae93ecbb08c2f729e2bf55
|
||||
SHA512 (nspr-4.36.0-2.el8_2.src.rpm) = fcc720afd2453a5110975fac9dd06f636491234780b62cbfcc235a485b4935e97c4f438292c686d27d9dc86b56f43399c024bee4fffcdff5f27c62d105310645
|
||||
SHA512 (nss-3.112.0-1.el9_4.src.rpm) = 6386239e79f8095b05270b3c8b76ac9203b0df196921b64b779f832f0c04fc8c86624a98d85d39372b07e361278c400f52ef653e14ebeab9db49429e69153ff2
|
||||
SHA512 (nss-3.112.0-4.el8_2.src.rpm) = 59cca3df7a0ec6a731f4a36f8f560d496d240da0c16650f047ae686e683b883dc2630aedbe46a8b2cb21662c15f03f1efbe99da42055cc3a5418da4839e28da2
|
||||
SHA512 (thunderbird-140.10.0esr.processed-source.tar.xz) = 0f749b88f2cd8c2ede0e0622b09e8df9afb8de5bf6480bd5e5736b24763f0cfba3ea63f026c613df000e4c1b0a0395c9e8057d9d0815a4b17adaac394406f840
|
||||
SHA512 (thunderbird-langpacks-140.10.0esr-20260421.tar.xz) = 00c5582d5b2aad9c3b51026aeb1b70df80af21e1802f4e9d8a9b4a5c9f2fca8ef5c43abfd71559dc73fb783cac0f2068c444a86b6bf75b70e8e913dbfe8e1fe7
|
||||
@ -2,14 +2,14 @@ pref("app.update.enabled", false);
|
||||
pref("app.update.autoInstallEnabled", false);
|
||||
/* Allow users to set custom colors*/
|
||||
/* pref("browser.display.use_system_colors", true);*/
|
||||
pref("general.useragent.vendor", "Red Hat");
|
||||
pref("general.useragent.vendor", "Oracle");
|
||||
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("mail.shell.checkDefaultClient", false);
|
||||
pref("toolkit.networkmanager.disable", false);
|
||||
pref("offline.autoDetect", true);
|
||||
|
||||
/* Disable global indexing by default*/
|
||||
/* Disable global indexing by default */
|
||||
pref("mailnews.database.global.indexer.enabled", false);
|
||||
|
||||
pref("extensions.shownSelectionUI", true);
|
||||
@ -33,4 +33,4 @@ pref("datareporting.healthreport.uploadEnabled", false);
|
||||
pref("datareporting.policy.dataSubmissionEnabled", false);
|
||||
pref("toolkit.telemetry.archive.enabled", false);
|
||||
/* ECH is not supported in the system nss */
|
||||
pref("security.tls.ech.grease_probability", 0);
|
||||
pref("security.tls.ech.grease_probability", 0);
|
||||
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
0
SOURCES/thunderbird.sh.in → thunderbird.sh.in
Normal file → Executable file
0
SOURCES/thunderbird.sh.in → thunderbird.sh.in
Normal file → Executable file
@ -43,7 +43,7 @@ function dist_to_rhel_minor(str, start)
|
||||
end
|
||||
match = string.match(str, ".el10")
|
||||
if match then
|
||||
return 1
|
||||
return 2
|
||||
end
|
||||
return -1
|
||||
end}
|
||||
@ -137,8 +137,8 @@ end}
|
||||
|
||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||
Name: thunderbird
|
||||
Version: 140.9.1
|
||||
Release: 1%{?dist}
|
||||
Version: 140.10.0
|
||||
Release: 1.0.1%{?dist}
|
||||
URL: http://www.mozilla.org/projects/thunderbird/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
@ -165,12 +165,12 @@ 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}-20260409.tar.xz
|
||||
Source1: thunderbird-langpacks-%{version}%{?pre_version}-20260421.tar.xz
|
||||
%endif
|
||||
Source2: cbindgen-vendor.tar.xz
|
||||
Source3: process-official-tarball
|
||||
Source10: thunderbird-mozconfig
|
||||
Source12: thunderbird-redhat-default-prefs.js
|
||||
Source12: thunderbird-oracle-default-prefs.js
|
||||
Source20: thunderbird.desktop
|
||||
Source21: thunderbird.sh.in
|
||||
Source24: mozilla-api-key
|
||||
@ -207,7 +207,6 @@ Patch19: build-min-lexical.patch
|
||||
Patch51: mozilla-bmo1170092.patch
|
||||
Patch52: exceptionHandled-for-IO-error-processhandler.patch
|
||||
|
||||
|
||||
# -- Submitted upstream, not merged --
|
||||
Patch102: mozilla-bmo1670333.patch
|
||||
# Big endian fix
|
||||
@ -1069,6 +1068,7 @@ Mozilla Thunderbird is a standalone mail and newsgroup client.
|
||||
echo "Build environment"
|
||||
echo "--------------------------------------------"
|
||||
echo "dist %{?dist}"
|
||||
echo "RHEL major version: %{?rhel}"
|
||||
echo "RHEL minor version: %{?rhel_minor_version}"
|
||||
echo "bundle_nss %{?bundle_nss}"
|
||||
echo "system_nss %{?system_nss}"
|
||||
@ -1171,9 +1171,10 @@ echo "ac_add_options --enable-debug" >> .mozconfig
|
||||
echo "ac_add_options --disable-optimize" >> .mozconfig
|
||||
%else
|
||||
%global optimize_flags "none"
|
||||
|
||||
%if 0%{?rhel} < 10
|
||||
%ifarch s390x
|
||||
%global optimize_flags "-g -O1"
|
||||
%global optimize_flags "-g -O1"
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@ -1720,13 +1721,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#===============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Apr 30 2026 EL Errata <el-errata_ww@oracle.com> - 140.10.0-1.0.1
|
||||
- Add Oracle prefs
|
||||
|
||||
* Tue Apr 21 2026 Jan Horak <jhorak@redhat.com> - 140.10.0-1
|
||||
- Update to 140.10.0 ESR
|
||||
|
||||
* Thu Apr 9 2026 Jan Horak <jhorak@redhat.com> - 140.9.1-1
|
||||
- Update to 140.9.1 ESR
|
||||
|
||||
* Mon Mar 23 2026 Jan Horak <jhorak@redhat.com> - 140.9.0-1
|
||||
- Update to 140.9.0 ESR
|
||||
|
||||
* Mon Feb 23 2026 Jan Horak <jhorak@redhat.com> - 140.8.0-1
|
||||
* Mon Feb 23 2026 Jan Horak <jhorak@redhat.com> - 140.8.0-2
|
||||
- Update to 140.8.0 ESR
|
||||
|
||||
* Mon Jan 12 2026 Jan Horak <jhorak@redhat.com> - 140.7.0-1
|
||||
Loading…
Reference in New Issue
Block a user