summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-20 14:02:29 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-20 14:02:29 +0100
commit016e602ac9d9681bc1cc946d569f371aa0593799 (patch)
tree59dcd9b09321873fbc47c4c3e2b13302585612ee /firefox.spec
parentSwitched to test builds - 7.test (diff)
downloadlibrewolf-fedora-ff-016e602ac9d9681bc1cc946d569f371aa0593799.tar.gz
librewolf-fedora-ff-016e602ac9d9681bc1cc946d569f371aa0593799.tar.bz2
librewolf-fedora-ff-016e602ac9d9681bc1cc946d569f371aa0593799.zip
Disabled u2f-hidraw-policy in test build as it's not provided by any module yet
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 6d9d317..9f176d6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -39,7 +39,7 @@ ExcludeArch: s390x
%else
%global debug_build 1
%else
-%global debug_build 0
+%global debug_build 1
%endif
%if 0%{?build_with_pgo}
@@ -218,7 +218,9 @@ Requires: nspr >= %{nspr_build_version}
Requires: nss >= %{nss_build_version}
%endif
BuildRequires: python2-devel
+%if %{release_build}
Requires: u2f-hidraw-policy
+%endif
%if 0%{?fedora} > 25
# For early testing of rhbz#1400293 mozbz#1324096 on F26 and Rawhide,
bgstack15