fix conditional typo that was causing console logging to be turned on
This commit is contained in:
parent
ee334f32db
commit
11c4934c7e
@ -185,7 +185,7 @@ Name: chromium%{chromium_channel}%{nsuffix}
|
||||
Name: chromium%{chromium_channel}
|
||||
%endif
|
||||
Version: %{majorversion}.0.4240.111
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
%if %{?freeworld}
|
||||
%if %{?shared}
|
||||
# chromium-libs-media-freeworld
|
||||
@ -1526,7 +1526,7 @@ rm -rf %{buildroot}
|
||||
sed -i "s|@@BUILD_TARGET@@|$BUILD_TARGET|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
|
||||
sed -i "s|@@CHROMIUM_PATH@@|$CHROMIUM_PATH|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
|
||||
sed -i "s|@@CHROMIUM_BROWSER_CHANNEL@@|$CHROMIUM_BROWSER_CHANNEL|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
|
||||
%if "%{chromium_channel}" == "%%{nil}"
|
||||
%if "%{chromium_channel}" == "%{nil}"
|
||||
sed -i "s|@@EXTRA_FLAGS@@||g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh
|
||||
%else
|
||||
# Enable debug outputs for beta and dev channels
|
||||
@ -1926,6 +1926,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 2 2020 Tom Callaway <spot@fedoraproject.org> - 86.0.4240.111-2
|
||||
- fix conditional typo that was causing console logging to be turned on
|
||||
|
||||
* Wed Oct 21 2020 Tom Callaway <spot@fedoraproject.org> - 86.0.4240.111-1
|
||||
- update to 86.0.4240.111
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user