From 4aad67c8f4b6d1023ecd08f01ebefc60e9fcb8df Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 21 Jul 2020 10:37:40 -0400 Subject: [PATCH] new compiler in el7 means less hacks? --- chromium.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chromium.spec b/chromium.spec index 6c6711e2..44460edc 100644 --- a/chromium.spec +++ b/chromium.spec @@ -894,13 +894,14 @@ udev. # EPEL specific patches %if 0%{?rhel} == 7 -%patch101 -p1 -b .epel7 -%patch102 -p1 -b .el7-noexcept +# %%patch101 -p1 -b .epel7 +# %%patch102 -p1 -b .el7-noexcept %patch103 -p1 -b .epel7-kcmp %patch104 -p1 -b .el7cups %endif -%if 0%{?rhel} == 7 || 0%{?rhel} == 8 +# %%if 0%%{?rhel} == 7 || 0%%{?rhel} == 8 +%if 0%{?rhel} == 8 %patch105 -p1 -b .el-constexpr %endif