From 98f362e5e4444332838e6b2c9a9adc5a1d6cfc84 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Jul 2016 10:05:58 -0400 Subject: [PATCH] disable nacl/pnacl for Fedora 23 (and older) --- chromium.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index c58a6725..bb8ec2ca 100644 --- a/chromium.spec +++ b/chromium.spec @@ -18,7 +18,9 @@ %global asan 0 # Only flip this on if stuff is really broken re: nacl. -%if 0 +# chromium-native_client doesn't build on Fedora 23 because +# clang is too old and buggy. +%if 0%{?fedora} <= 23 %global killnacl 1 %else %global killnacl 0 @@ -1415,6 +1417,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %endif %changelog +* Thu Jul 28 2016 Tom Callaway 52.0.2743.82-8 +- disable nacl/pnacl for Fedora 23 (and older) + * Thu Jul 28 2016 Tom Callaway 52.0.2743.82-7 - fix post scriptlet so that selinux stuff only happens when selinux is enabled