diff --git a/download b/download
index f20e8e770dee7b4f94d797be8eb71da952ed64f8..42661075cbab1be0b438c982d0a232f0d6729ac3 100644
--- a/download
+++ b/download
@@ -1,6 +1,7 @@
d60fdae0a720baa240534de94d88c8e2 cbindgen-vendor.tar.xz
-e8ee283aeb047929ce30ce12669e682c.firefox-102.12.0esr.processed-source.tar.xz
-40adb067fc44be01779ffc52fa43a0b2.firefox-langpacks-102.12.0esr-20230531.tar.xz
+e8ee283aeb047929ce30ce12669e682c firefox-102.12.0esr.processed-source.tar.xz
+40adb067fc44be01779ffc52fa43a0b2 firefox-langpacks-102.12.0esr-20230531.tar.xz
d41d8cd98f00b204e9800998ecf8427e mochitest-python.tar.gz
75157f5e77e1a4f460645a57ff54e552 nspr-4.34.0-3.el8_1.src.rpm
b603172c3f4cbb1d8197328087ca3972 nss-3.79.0-11.el8_1.src.rpm
+64e444c5ceddbba10db44d3108809d6c rust-cbindgen.tar.gz
diff --git a/firefox-redhat-default-prefs.js b/firefox-anolis-default-prefs.js
similarity index 93%
rename from firefox-redhat-default-prefs.js
rename to firefox-anolis-default-prefs.js
index e1013e55886340b663cf3b4a3ccec435a66f8d5b..4013d8cec7feaab802fd879e5711ccf47002cf1f 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-anolis-default-prefs.js
@@ -14,8 +14,8 @@ pref("browser.shell.checkDefaultBrowser", false);
pref("network.manage-offline-status", true);
pref("extensions.shownSelectionUI", true);
pref("ui.SpellCheckerUnderlineStyle", 1);
-pref("startup.homepage_override_url", "http://www.redhat.com");
-pref("startup.homepage_welcome_url", "http://www.redhat.com");
+pref("startup.homepage_override_url", "https://openanolis.cn");
+pref("startup.homepage_welcome_url", "https://openanolis.cn");
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=file:///%PREFIX%/share/doc/HTML/index.html");
pref("media.gmp-gmpopenh264.autoupdate",true);
pref("media.gmp-gmpopenh264.enabled",false);
diff --git a/firefox-symbolic.svg b/firefox-symbolic.svg
new file mode 100644
index 0000000000000000000000000000000000000000..8ecd135c0e710ec0f69b864ac5d813dbc2ccae68
--- /dev/null
+++ b/firefox-symbolic.svg
@@ -0,0 +1,3 @@
+
diff --git a/firefox.spec b/firefox.spec
index d9f238f591cba02324d6bdae2ee69476b9be13df..6fb5af63ea434cbca73df7ed6662e882c0adba91 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -1,3 +1,5 @@
+%define anolis_release .0.1
+%global flatpak 1
%global disable_toolsets 0
# Produce a build suitable for release, i.e. use PGO/LTO. You can turn it off
# when building locally to reduce build time.
@@ -104,7 +106,7 @@ end}
%endif
%global use_rustts 1
%global dts_version 10
-%global rust_version 1.62
+#%global rust_version 1.62
%if 0%{?rhel} >= 8
%global use_rustts 0
%endif
@@ -201,7 +203,7 @@ end}
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 102.12.0
-Release: 1%{?dist}
+Release: 1%{anolis_release}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -222,7 +224,7 @@ ExcludeArch: %{ix86}
%endif
%endif
%if 0%{?rhel} == 7
-ExcludeArch: aarch64 s390 ppc
+ExcludeArch: s390 ppc
%endif
# We can't use the official tarball as it contains some test files that use
# licenses that are rejected by Red Hat Legal.
@@ -236,7 +238,7 @@ Source1: firefox-langpacks-%{version}%{?pre_version}-20230531.tar.xz
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
Source10: firefox-mozconfig
-Source12: firefox-redhat-default-prefs.js
+Source12: firefox-anolis-default-prefs.js
Source20: firefox.desktop
Source21: firefox.sh.in
Source23: firefox.1
@@ -262,6 +264,7 @@ Source45: run-wayland-compositor
Source403: nss-3.79.0-11.el8_1.src.rpm
Source401: nss-setup-flags-env.inc
Source402: nspr-4.34.0-3.el8_1.src.rpm
+Source404: rust-cbindgen.tar.gz
# Build patches
Patch3: mozilla-build-arm.patch
@@ -384,7 +387,7 @@ BuildRequires: rustfmt >= %{rust_version}
%endif
%if 0%{?use_rustts}
-BuildRequires: rust-toolset-%{rust_version}
+#BuildRequires: rust-toolset-%{rust_version}
%endif
%if 0%{?use_llvmts}
@@ -437,7 +440,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: desktop-file-utils
-Requires: redhat-indexhtml
+Requires: anolis-indexhtml
%if !0%{?flatpak}
#TODO
@@ -917,8 +920,23 @@ which node
mkdir -p my_rust_vendor
cd my_rust_vendor
%{__tar} xf %{SOURCE2}
-mkdir -p .cargo
-cat > .cargo/config < %{_buildrootdir}/cargo/config < 7
ln -sf /usr/lib64/libnss3.so %{buildroot}%{_libdir}/libnss3.so
+%endif
ln -sf /usr/lib64/pkcs11/p11-kit-client.so %{buildroot}%{_libdir}/libnssckbi.so
%endif
#---------------------------------------------------------------------
@@ -1404,7 +1424,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/pingsender
%exclude %{mozappdir}/removed-files
%if 0%{?flatpak}
+%if 0%{?rhel} > 7
%{_libdir}/libnss3.so
+%endif
%{_libdir}/libnssckbi.so
%endif
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
@@ -1453,6 +1475,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Jun 16 2023 yangxianzhao - 102.12.0-1.0.1
+- rebrand: rebrand to anolis
+- fix build error
+
* Wed May 31 2023 Eike Rathke - 102.12.0-1
- Update to 102.12.0 build1