From 3f6345bad11424a1f2ffe392e595756f1168548e Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 20 Sep 2024 14:09:19 +0000 Subject: [PATCH] Remove faulty debranding code from spec --- SPECS/firefox.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/SPECS/firefox.spec b/SPECS/firefox.spec index 7937750..c74888b 100644 --- a/SPECS/firefox.spec +++ b/SPECS/firefox.spec @@ -1720,13 +1720,6 @@ ln -s %{_datadir}/myspell %{buildroot}%{mozappdir}/dictionaries %{__mkdir_p} %{buildroot}%{mozappdir}/distribution %{__cp} %{SOURCE26} %{buildroot}%{mozappdir}/distribution -# CentOS -%if 0%{?centos} -%{__sed} -ie 's/redhat/centos/g' %{buildroot}%{mozappdir}/distribution -(source /etc/os-release; %{__sed} -ie 's/Red Hat Enterprise Linux/$NAME/' %{buildroot}%{mozappdir}/distribution) -cat %{buildroot}%{mozappdir}/distribution -%endif - # Install appdata file mkdir -p %{buildroot}%{_datadir}/metainfo %{__sed} -e "s/__VERSION__/%{version}/" \