Related: #2211014 Revert last two "import sources" commits

The one actual diff

 -%if 0%{?rhel} == 7
 +%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)

is instead to be applied to rhel-* branches to stay in sync.
This commit is contained in:
Eike Rathke 2023-06-29 15:16:35 +02:00
parent be06cef2ff
commit bebee1bae5
5 changed files with 8 additions and 60 deletions

66
.gitignore vendored
View File

@ -1,64 +1,12 @@
SOURCES/cbindgen-vendor.tar.xz
SOURCES/nspr-4.34.0-3.el8_1.src.rpm
SOURCES/nss-3.79.0-6.el8_1.src.rpm
SOURCES/thunderbird-102.8.0.b2.processed-source.tar.xz
SOURCES/thunderbird-langpacks-102.8.0-20230215.tar.xz
SOURCES/thunderbird-symbolic.svg
/cbindgen-vendor.tar.xz /cbindgen-vendor.tar.xz
/nspr-4.32.0-1.el8_1.src.rpm
/nss-3.67.0-6.el8_1.src.rpm
/thunderbird-91.1.2.processed-source.tar.xz
/thunderbird-langpacks-91.1.2-20210929.tar.xz
/thunderbird-langpacks-91.2.0-20211004.tar.xz
/thunderbird-91.2.0.processed-source.tar.xz
/thunderbird-91.3.0.processed-source.tar.xz
/thunderbird-langpacks-91.3.0-20211101.tar.xz
/thunderbird-langpacks-91.3.0-20211102.tar.xz
/thunderbird-91.4.0.processed-source.tar.xz
/thunderbird-langpacks-91.4.0-20211201.tar.xz
/nss-3.67.0-7.el8_1.src.rpm
/thunderbird-langpacks-91.4.0-20211206.tar.xz
/thunderbird-91.5.0.processed-source.tar.xz
/thunderbird-langpacks-91.5.0-20220107.tar.xz
/thunderbird-langpacks-91.6.0-20220207.tar.xz
/thunderbird-91.6.0.processed-source.tar.xz
/thunderbird-langpacks-91.7.0-20220303.tar.xz
/thunderbird-91.7.0.processed-source.tar.xz
/thunderbird-langpacks-91.7.0-20220308.tar.xz
/thunderbird-langpacks-91.8.0-20220405.tar.xz
/thunderbird-91.8.0.processed-source.tar.xz
/thunderbird-langpacks-91.9.0-20220428.tar.xz
/thunderbird-91.9.0.processed-source.tar.xz
/thunderbird-langpacks-91.9.0-20220502.tar.xz
/thunderbird-langpacks-91.9.0-20220503.tar.xz
/thunderbird-91.9.1.processed-source.tar.xz
/thunderbird-langpacks-91.9.1-20220523.tar.xz
/thunderbird-91.10.0.processed-source.tar.xz
/thunderbird-langpacks-91.10.0-20220530.tar.xz
/thunderbird-91.11.0.processed-source.tar.xz
/thunderbird-langpacks-91.11.0-20220623.tar.xz
/thunderbird-91.11.0.b2.processed-source.tar.xz
/thunderbird-langpacks-91.11.0-20220628.tar.xz
/thunderbird-91.12.0.processed-source.tar.xz
/thunderbird-langpacks-91.12.0-20220725.tar.xz
/thunderbird-91.13.0.processed-source.tar.xz
/thunderbird-langpacks-91.13.0-20220819.tar.xz
/nss-3.79.0-6.el8_1.src.rpm
/nspr-4.34.0-3.el8_1.src.rpm /nspr-4.34.0-3.el8_1.src.rpm
/thunderbird-102.2.1.source.tar.xz /nss-3.79.0-6.el8_1.src.rpm
/thunderbird-langpacks-102.2.1-20220901.tar.xz
/thunderbird-102.2.1.processed-source.tar.xz
/thunderbird-102.3.0.processed-source.tar.xz
/thunderbird-langpacks-102.3.0-20220916.tar.xz
/thunderbird-langpacks-102.4.0-20221017.tar.xz
/thunderbird-102.4.0.processed-source.tar.xz
/thunderbird-102.5.0.processed-source.tar.xz
/thunderbird-langpacks-102.5.0-20221111.tar.xz
/thunderbird-langpacks-102.5.0-20221115.tar.xz
/thunderbird-102.6.0.processed-source.tar.xz
/thunderbird-langpacks-102.6.0-20221209.tar.xz
/thunderbird-langpacks-102.6.0-20221213.tar.xz
/thunderbird-102.7.0.processed-source.tar.xz
/thunderbird-langpacks-102.7.0-20230116.tar.xz
/thunderbird-102.7.1.processed-source.tar.xz
/thunderbird-langpacks-102.7.1-20230124.tar.xz
/thunderbird-langpacks-102.7.1-20230131.tar.xz
/thunderbird-102.8.0.processed-source.tar.xz
/thunderbird-langpacks-102.8.0-20230210.tar.xz
/thunderbird-102.8.0.b2.processed-source.tar.xz /thunderbird-102.8.0.b2.processed-source.tar.xz
/thunderbird-langpacks-102.8.0-20230215.tar.xz /thunderbird-langpacks-102.8.0-20230215.tar.xz
/thunderbird-102.9.0.processed-source.tar.xz /thunderbird-102.9.0.processed-source.tar.xz

0
get-calendar-langpacks.sh Normal file → Executable file
View File

0
node-stdout-nonblocking-wrapper Normal file → Executable file
View File

0
process-official-tarball Normal file → Executable file
View File

View File

@ -619,7 +619,7 @@ echo "use_rustts %{?use_rustts}"
%patch77 -p1 -b .mozilla-1775202 %patch77 -p1 -b .mozilla-1775202
%patch73 -p1 -b .build-ascii-decode-fail-rhel7 %patch73 -p1 -b .build-ascii-decode-fail-rhel7
%if 0%{?rhel} == 7 %if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)
%patch78 -p1 -b .build-rhel7-lower-node-min-version %patch78 -p1 -b .build-rhel7-lower-node-min-version
%endif %endif