diff options
author | Jan Horak <jhorak@redhat.com> | 2019-08-06 11:47:01 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2019-08-06 11:47:01 +0200 |
commit | afc58560fcf92cd001f40e3eac152dd2e050279e (patch) | |
tree | a8136b6e30f421aac58d14e038649e6c525abfe3 | |
parent | Debug build for failing koji builds (diff) | |
download | librewolf-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.spec | 1 |
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 |