diff --git a/.gitignore b/.gitignore index ba4f1ed..82a0622 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ SOURCES/nss-3.79.0-6.el8_1.src.rpm /firefox-langpacks-102.11.0esr-20230504.tar.xz /firefox-102.12.0esr.processed-source.tar.xz /firefox-langpacks-102.12.0esr-20230531.tar.xz +/mochitest-python.tar.gz diff --git a/firefox.spec b/firefox.spec index 354720e..b21671e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -686,7 +686,7 @@ echo "use_rustts %{?use_rustts}" %patch77 -p1 -b .mozilla-1775202 %patch73 -p1 -b .build-ascii-decode-fail-rhel7 -%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9) +%if 0%{?rhel} == 7 %patch78 -p1 -b .build-rhel7-lower-node-min-version %endif diff --git a/gen_cbindgen-vendor.sh b/gen_cbindgen-vendor.sh deleted file mode 100755 index c446a51..0000000 --- a/gen_cbindgen-vendor.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -set -x - -# Dummy Cargo.toml file with cbindgen dependency -cat > Cargo.toml <