59.0.3071.109
This commit is contained in:
parent
c68232bc2d
commit
6e0d3b5f40
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/chromium-58.0.3029.110-clean.tar.xz
|
||||
/chromium-59.0.3071.86-clean.tar.xz
|
||||
/chromium-59.0.3071.104-clean.tar.xz
|
||||
/chromium-59.0.3071.109-clean.tar.xz
|
||||
|
@ -109,7 +109,7 @@ BuildRequires: libicu-devel >= 5.4
|
||||
%global majorversion 59
|
||||
|
||||
Name: chromium%{chromium_channel}
|
||||
Version: %{majorversion}.0.3071.104
|
||||
Version: %{majorversion}.0.3071.109
|
||||
Release: 1%{?dist}
|
||||
Summary: A WebKit (Blink) powered web browser
|
||||
Url: http://www.chromium.org/Home
|
||||
@ -1093,8 +1093,11 @@ cp -a remoting/* %{buildroot}%{_sysconfdir}/chromium/native-messaging-hosts/
|
||||
for i in %{buildroot}%{_sysconfdir}/chromium/native-messaging-hosts/*.json; do
|
||||
sed -i 's|/opt/google/chrome-remote-desktop|%{crd_path}|g' $i
|
||||
done
|
||||
pushd %{buildroot}%{_sysconfdir}/opt/chrome/
|
||||
ln -s ../../chromium/native-messaging-hosts native-messaging-hosts
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/opt/chrome/native-messaging-hosts
|
||||
pushd %{buildroot}%{_sysconfdir}/opt/chrome/native-messaging-hosts
|
||||
for i in ../../chromium/native-messaging-hosts/*; do
|
||||
ln -s $i .
|
||||
done
|
||||
popd
|
||||
|
||||
mkdir -p %{buildroot}/var/lib/chrome-remote-desktop
|
||||
@ -1627,6 +1630,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
||||
%{chromium_path}/chromedriver
|
||||
|
||||
%changelog
|
||||
* Thu Jun 22 2017 Tom Callaway <spot@fedoraproject.org> 59.0.3071.109-1
|
||||
- update to .109
|
||||
- fix native-messaging-hosts dir to be a true dir instead of a symlink
|
||||
|
||||
* Fri Jun 16 2017 Tom Callaway <spot@fedoraproject.org> 59.0.3071.104-1
|
||||
- update to .104
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (chromium-59.0.3071.109-clean.tar.xz) = 7158a5b1c228c077275cf1bde79c34d9eabf607c04424df02056700703f2fd2907fc011ad658d759d7c6dd78c303f9c2983eb811cc9f9b6b424b0af615f6eaa7
|
||||
SHA512 (depot_tools.git-master.tar.gz) = d3d6a1873b2b0296a8cd99e0d8d2e629a17b1808934b4972556168f8b4ccea60577ebaeab4445baf15afb1b04080808db59a832a5b61d247bd48da14fa6acf03
|
||||
SHA512 (policy_templates.zip) = a997bd5d410cf8f0f104fb5b69b60699c9e60eb3f99b42e0aff167843f3a45923a9a99c881cac9cd4472a60ca9c7d1ba897e15d485fbfd66c996419e7fadd3f8
|
||||
oSHA512 (chromium-59.0.3071.104-clean.tar.xz) = 956158dd4a975678ba097a983bb456a186b881962ff27abd1149b78d0c0ceea2903846424f6e854ea524498512afc83871d38148845ba0114a8b415b06358b29
|
||||
|
Loading…
Reference in New Issue
Block a user