summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-20 15:21:29 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-20 15:21:29 +0100
commitc2b7de70ab9add66c8cc6919b7585b1f8c1613e8 (patch)
tree6eff2f0898a98d65c1dab06869e2de33a7b7991f
parentAdded testing patch (diff)
downloadlibrewolf-fedora-ff-c2b7de70ab9add66c8cc6919b7585b1f8c1613e8.tar.gz
librewolf-fedora-ff-c2b7de70ab9add66c8cc6919b7585b1f8c1613e8.tar.bz2
librewolf-fedora-ff-c2b7de70ab9add66c8cc6919b7585b1f8c1613e8.zip
Added nss-tools to tests
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 5539520..ab549a3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -301,6 +301,9 @@ BuildRequires: libasan-static
%endif
BuildRequires: perl-interpreter
BuildRequires: fdk-aac-free-devel
+%if 0%{?run_firefox_tests}
+BuildRequires: nss-tools
+%endif
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
bgstack15