summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-08-06 11:47:01 +0200
committerJan Horak <jhorak@redhat.com>2019-08-06 11:47:01 +0200
commitafc58560fcf92cd001f40e3eac152dd2e050279e (patch)
treea8136b6e30f421aac58d14e038649e6c525abfe3
parentDebug build for failing koji builds (diff)
downloadlibrewolf-fedora-ff-afc58560fcf92cd001f40e3eac152dd2e050279e.tar.gz
librewolf-fedora-ff-afc58560fcf92cd001f40e3eac152dd2e050279e.tar.bz2
librewolf-fedora-ff-afc58560fcf92cd001f40e3eac152dd2e050279e.zip
Added strace as temporary BuildRequire
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 49eeff9..ebad0b3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -199,6 +199,7 @@ BuildRequires: cbindgen
%endif
BuildRequires: nodejs
BuildRequires: nasm >= 1.13
+BuildRequires: strace
Requires: mozilla-filesystem
Requires: p11-kit-trust
bgstack15