From 2acdad10e9079de8d22ad21a96c45807830b5692 Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 11 Oct 2019 19:19:00 -0400 Subject: WIP: waterfox el8 rc1 --- waterfox/waterfox.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index a9be9d1..7518a4d 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -133,7 +133,7 @@ ExcludeArch: armv7hl # https://copr-be.cloud.fedoraproject.org/results/mlampe/devtoolset-7/epel-6-$basearch/ %define scl_env %{nil} %define scl_buildreq coreutils -%if 0%{?el7} +%if 0%{?rhel} >= 7 %define scl_env devtoolset-7 %define scl_buildreq devtoolset-7-toolchain %global system_nss 0 @@ -330,7 +330,9 @@ BuildRequires: nss-devel >= 3.29.1-2.1 Requires: nss >= 3.29.1-2.1 BuildRequires: desktop-file-utils +%if 0%{?rhel} != 8 BuildRequires: system-bookmarks +%endif %if 0%{?system_sqlite} BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version} Requires: sqlite >= %{sqlite_build_version} -- cgit