drop snapshot_blob.bin, replace snapshot_blob.bin with v8_context_snapshot.bin

move headless_lib*.pak to headless subpackage
epel8
Than Ngo 2 years ago
parent 29e19801e0
commit b9a9d41dd6

@ -1365,7 +1365,6 @@ pushd %{builddir}
# V8 initial snapshots
# https://code.google.com/p/chromium/issues/detail?id=421063
cp -a snapshot_blob.bin %{buildroot}%{chromium_path}
cp -a v8_context_snapshot.bin %{buildroot}%{chromium_path}
cp -a xdg-mime xdg-settings %{buildroot}%{chromium_path}
cp -a MEIPreload %{buildroot}%{chromium_path}
@ -1560,10 +1559,6 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
%files common
%if %{build_headless}
%{chromium_path}/headless_lib_data.pak
%{chromium_path}/headless_lib_strings.pak
%endif
%if %{build_clear_key_cdm}
%{chromium_path}/libclearkeycdm.so
%endif
@ -1643,6 +1638,8 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%if %{build_headless}
%files headless
%{chromium_path}/headless_shell
%{chromium_path}/headless_lib_data.pak
%{chromium_path}/headless_lib_strings.pak
%endif
%if %{build_remoting}

Loading…
Cancel
Save