diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-11 19:19:00 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-11 19:19:00 -0400 |
commit | 2acdad10e9079de8d22ad21a96c45807830b5692 (patch) | |
tree | e72782e82ff15e0ac71aae5ddf7ff4406bf3a4c0 /waterfox | |
parent | WIP: palemoon add python2-devel req (diff) | |
download | stackrpms-2acdad10e9079de8d22ad21a96c45807830b5692.tar.gz stackrpms-2acdad10e9079de8d22ad21a96c45807830b5692.tar.bz2 stackrpms-2acdad10e9079de8d22ad21a96c45807830b5692.zip |
WIP: waterfox el8 rc1
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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} |