diff options
author | Jan Horak <jhorak@redhat.com> | 2017-11-16 13:02:40 +0100 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2017-11-16 13:02:40 +0100 |
commit | b30b5a22346068dd1bbfd5de5d5a244e03c4c0e3 (patch) | |
tree | 5a5e398dcb2a58388691c0bc07cb0cd20e15ce51 | |
parent | Updated to 57.0 RC4 (diff) | |
download | librewolf-fedora-ff-b30b5a22346068dd1bbfd5de5d5a244e03c4c0e3.tar.gz librewolf-fedora-ff-b30b5a22346068dd1bbfd5de5d5a244e03c4c0e3.tar.bz2 librewolf-fedora-ff-b30b5a22346068dd1bbfd5de5d5a244e03c4c0e3.zip |
Fix for bug 1513968 - added missing u2f-hidraw-policy require
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 8d821cd..19990b9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -215,6 +215,7 @@ Requires: nspr >= %{nspr_build_version} Requires: nss >= %{nss_build_version} %endif BuildRequires: python2-devel +Requires: u2f-hidraw-policy %if 0%{?fedora} > 25 # For early testing of rhbz#1400293 mozbz#1324096 on F26 and Rawhide, |