diff --git a/.firefox.metadata b/.firefox.metadata
index 9ab8648..29fb912 100644
--- a/.firefox.metadata
+++ b/.firefox.metadata
@@ -1,6 +1,7 @@
52f2d51d0e17d137571bf3a766f514d34e28e556 SOURCES/cbindgen-vendor.tar.xz
-36af6ce2edb31eef9f5fe8fd03ba192c3a19e1d9 SOURCES/firefox-102.7.0esr.processed-source.tar.xz
-a6ef26e9bb7be5df9092be6fb31eae076796b674 SOURCES/firefox-langpacks-102.7.0esr-20230110.tar.xz
+ce1edd4069705fafcf232716c62e58e5cd2928d9 SOURCES/firefox-102.8.0esr.b2.processed-source.tar.xz
+ede840118e4d2795a9dce2267b1dedbbc4015c7a SOURCES/firefox-langpacks-102.8.0esr-20230214.tar.xz
+2dbf669fa4742e7065cc54cec19f96423032658b SOURCES/firefox-symbolic.svg
da39a3ee5e6b4b0d3255bfef95601890afd80709 SOURCES/mochitest-python.tar.gz
af58b3c87a8b5491dde63b07efaeb3d7f1ec56c1 SOURCES/nspr-4.34.0-3.el8_1.src.rpm
fc5297c6830f0a1e88f84b94b0b066487664061b SOURCES/nss-3.79.0-6.el8_1.src.rpm
diff --git a/.gitignore b/.gitignore
index 0b8a164..cc1991e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
SOURCES/cbindgen-vendor.tar.xz
-SOURCES/firefox-102.7.0esr.processed-source.tar.xz
-SOURCES/firefox-langpacks-102.7.0esr-20230110.tar.xz
+SOURCES/firefox-102.8.0esr.b2.processed-source.tar.xz
+SOURCES/firefox-langpacks-102.8.0esr-20230214.tar.xz
+SOURCES/firefox-symbolic.svg
SOURCES/mochitest-python.tar.gz
SOURCES/nspr-4.34.0-3.el8_1.src.rpm
SOURCES/nss-3.79.0-6.el8_1.src.rpm
diff --git a/README.debrand b/README.debrand
deleted file mode 100644
index 01c46d2..0000000
--- a/README.debrand
+++ /dev/null
@@ -1,2 +0,0 @@
-Warning: This package was configured for automatic debranding, but the changes
-failed to apply.
diff --git a/SOURCES/firefox-symbolic.svg b/SOURCES/firefox-symbolic.svg
deleted file mode 100644
index 8ecd135..0000000
--- a/SOURCES/firefox-symbolic.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec
index 5acc81b..cc1596b 100644
--- a/SPECS/firefox.spec
+++ b/SPECS/firefox.spec
@@ -200,11 +200,17 @@ end}
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 102.7.0
-Release: 1%{?dist}
+Version: 102.8.0
+Release: 2%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
+# Workaround the dreaded "upstream source file changed content" rpminspect failure.
+# If set to .b2 or .b3 ... the processed source file needs to be renamed before upload, e.g.
+# firefox-102.8.0esr.b2.processed-source.tar.xz
+# When unset use processed source file name as is.
+%global buildnum .b2
+
%if 0%{?rhel} == 9
ExcludeArch: %{ix86}
%endif
@@ -223,9 +229,9 @@ ExcludeArch: aarch64 s390 ppc
# The official tarball has to be always processed by the process-official-tarball
# script
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
-Source0: firefox-%{version}%{?pre_version}.processed-source.tar.xz
+Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20230110.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20230214.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball
@@ -1447,8 +1453,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Mon Jan 23 2023 CentOS Sources - 102.7.0-1.el8.centos
-- Apply debranding changes
+* Tue Feb 14 2023 Eike Rathke - 102.8.0-2
+- Update to 102.8.0 build2
+
+* Tue Feb 07 2023 Eike Rathke - 102.8.0-1
+- Update to 102.8.0 build1
* Tue Jan 10 2023 Eike Rathke - 102.7.0-1
- Update to 102.7.0 build1