fixup master_preferences, disable debugging in build
This commit is contained in:
parent
cf9fdde186
commit
1b86e1c019
@ -94,7 +94,7 @@ BuildRequires: libicu-devel >= 5.4
|
|||||||
|
|
||||||
Name: chromium%{chromium_channel}
|
Name: chromium%{chromium_channel}
|
||||||
Version: 54.0.2840.71
|
Version: 54.0.2840.71
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A WebKit (Blink) powered web browser
|
Summary: A WebKit (Blink) powered web browser
|
||||||
Url: http://www.chromium.org/Home
|
Url: http://www.chromium.org/Home
|
||||||
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
|
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
|
||||||
@ -641,6 +641,7 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
CHROMIUM_BROWSER_GN_DEFINES=""
|
CHROMIUM_BROWSER_GN_DEFINES=""
|
||||||
|
CHROMIUM_BROWSER_GN_DEFINES+=' is_debug=false'
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
CHROMIUM_BROWSER_GN_DEFINES+=' system_libdir="lib64"'
|
CHROMIUM_BROWSER_GN_DEFINES+=' system_libdir="lib64"'
|
||||||
%endif
|
%endif
|
||||||
@ -1708,6 +1709,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|||||||
%{chromium_path}/chromedriver
|
%{chromium_path}/chromedriver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 1 2016 Tom Callaway <spot@fedoraproject.org> 54.0.2840.71-2
|
||||||
|
- disable debugging
|
||||||
|
|
||||||
* Wed Oct 26 2016 Tom Callaway <spot@fedoraproject.org> 54.0.2840.71-1
|
* Wed Oct 26 2016 Tom Callaway <spot@fedoraproject.org> 54.0.2840.71-1
|
||||||
- update to 54.0.2840.71
|
- update to 54.0.2840.71
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"homepage": "https://start.fedoraproject.org",
|
||||||
|
"homepage_is_newtabpage": false,
|
||||||
"distribution": {
|
"distribution": {
|
||||||
"alternate_shortcut_text": false,
|
"alternate_shortcut_text": false,
|
||||||
"oem_bubble": true,
|
"oem_bubble": true,
|
||||||
@ -8,11 +10,8 @@
|
|||||||
"system_level": false,
|
"system_level": false,
|
||||||
"verbose_logging": false
|
"verbose_logging": false
|
||||||
},
|
},
|
||||||
},
|
|
||||||
"first_run_tabs": [
|
"first_run_tabs": [
|
||||||
"https://start.fedoraproject.org",
|
"https://start.fedoraproject.org",
|
||||||
"http://tools.google.com/chrome/intl/en/welcome.html"
|
"http://tools.google.com/chrome/intl/en/welcome.html"
|
||||||
],
|
]
|
||||||
"homepage": "https://start.fedoraproject.org",
|
|
||||||
"homepage_is_newtabpage": false
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user