|
|
@ -322,6 +322,9 @@ Patch91: chromium-108-system-opus.patch
|
|
|
|
# enable WebUIDarkMode
|
|
|
|
# enable WebUIDarkMode
|
|
|
|
Patch92: chromium-113-WebUIDarkMode.patch
|
|
|
|
Patch92: chromium-113-WebUIDarkMode.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# merged in 113
|
|
|
|
|
|
|
|
Patch93: chromium-112-fix_deps_for_response.proto.patch
|
|
|
|
|
|
|
|
|
|
|
|
# need to explicitly include a kernel header on EL7 to support MFD_CLOEXEC, F_SEAL_SHRINK, F_ADD_SEALS, F_SEAL_SEAL
|
|
|
|
# need to explicitly include a kernel header on EL7 to support MFD_CLOEXEC, F_SEAL_SHRINK, F_ADD_SEALS, F_SEAL_SEAL
|
|
|
|
Patch100: chromium-108-el7-include-fcntl-memfd.patch
|
|
|
|
Patch100: chromium-108-el7-include-fcntl-memfd.patch
|
|
|
|
|
|
|
|
|
|
|
@ -930,7 +933,8 @@ udev.
|
|
|
|
%patch -P91 -p1 -b .system-opus
|
|
|
|
%patch -P91 -p1 -b .system-opus
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%patch -P92 -p1 -b .gtk-prefers-color-scheme
|
|
|
|
%patch -P92 -p1 -b .WebUIDarkMod
|
|
|
|
|
|
|
|
%patch -P93 -p1 -b .fix_deps_for_response.proto
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora branded user agent
|
|
|
|
# Fedora branded user agent
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
@ -1281,13 +1285,9 @@ mkdir -p %{builddir} && cp -a %{_bindir}/gn %{builddir}/
|
|
|
|
|
|
|
|
|
|
|
|
%if %{build_headless}
|
|
|
|
%if %{build_headless}
|
|
|
|
# Do headless first.
|
|
|
|
# Do headless first.
|
|
|
|
# workaround for build dependency
|
|
|
|
|
|
|
|
%build_target %{headlessbuilddir} gen/components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h
|
|
|
|
|
|
|
|
%build_target %{headlessbuilddir} headless_shell
|
|
|
|
%build_target %{headlessbuilddir} headless_shell
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# workaround for build dependency
|
|
|
|
|
|
|
|
%build_target %{builddir} gen/components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h
|
|
|
|
|
|
|
|
%build_target %{builddir} chrome
|
|
|
|
%build_target %{builddir} chrome
|
|
|
|
%build_target %{builddir} chrome_sandbox
|
|
|
|
%build_target %{builddir} chrome_sandbox
|
|
|
|
%build_target %{builddir} chromedriver
|
|
|
|
%build_target %{builddir} chromedriver
|
|
|
@ -1662,6 +1662,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
* Sun Apr 23 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-2
|
|
|
|
* Sun Apr 23 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-2
|
|
|
|
- make --use-gl=egl default for x11/wayland
|
|
|
|
- make --use-gl=egl default for x11/wayland
|
|
|
|
- enable WebUIDarkMode
|
|
|
|
- enable WebUIDarkMode
|
|
|
|
|
|
|
|
- fix dependency for feed_response.proto
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 20 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-1
|
|
|
|
* Thu Apr 20 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-1
|
|
|
|
- update to 112.0.5615.165
|
|
|
|
- update to 112.0.5615.165
|
|
|
|