diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-11 13:31:56 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-11 13:31:56 +0100 |
commit | 378efd26a55ab60723cd97a7619d74b8362f5282 (patch) | |
tree | 700074feb2dc276fc3dd7ea748cc3d1c93c09bc6 | |
parent | Add libva requires, removed wayland_backend_default spec option (diff) | |
download | librewolf-fedora-ff-378efd26a55ab60723cd97a7619d74b8362f5282.tar.gz librewolf-fedora-ff-378efd26a55ab60723cd97a7619d74b8362f5282.tar.bz2 librewolf-fedora-ff-378efd26a55ab60723cd97a7619d74b8362f5282.zip |
Nss version up to 3.59 and remove old nss entries
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 9217ef0..b143a3d 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,7 +87,7 @@ %if %{?system_nss} %global nspr_version 4.21 %global nspr_build_version %{nspr_version} -%global nss_version 3.58 +%global nss_version 3.59 %global nss_build_version %{nss_version} %endif @@ -269,8 +269,6 @@ BuildRequires: python3-devel %if !0%{?flatpak} Requires: u2f-hidraw-policy %endif -BuildRequires: nss-devel >= 3.29.1-2.1 -Requires: nss >= 3.48.0 BuildRequires: desktop-file-utils %if !0%{?flatpak} |