diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-13 11:33:01 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-13 11:33:01 +0100 |
commit | e5e2e59c4e841ac9d0607465a1355cf4be640ef9 (patch) | |
tree | 1fd462e6496c1fc95d8f88efad6c38dad11a3fdb /firefox.spec | |
parent | Updated to 83.0, Updated PipeWire patches from mozbz#1672944 (diff) | |
download | librewolf-fedora-ff-e5e2e59c4e841ac9d0607465a1355cf4be640ef9.tar.gz librewolf-fedora-ff-e5e2e59c4e841ac9d0607465a1355cf4be640ef9.tar.bz2 librewolf-fedora-ff-e5e2e59c4e841ac9d0607465a1355cf4be640ef9.zip |
Updated build dependencies and cbindgen version
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 3f6fd90..c3df62b 100644 --- a/firefox.spec +++ b/firefox.spec @@ -9,6 +9,7 @@ # There are still build problems on s390x, see # https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351 +# https://bugzilla.redhat.com/show_bug.cgi?id=1897522 ExcludeArch: s390x %ifarch armv7hl @@ -89,7 +90,7 @@ ExcludeArch: s390x %if %{?system_nss} %global nspr_version 4.21 %global nspr_build_version %{nspr_version} -%global nss_version 3.56 +%global nss_version 3.58 %global nss_build_version %{nss_version} %endif |