summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-29 18:57:40 +0200
committerMartin Stransky <stransky@redhat.com>2021-03-29 18:57:40 +0200
commit90ab351db0ad130cbca7fcf0addcc5902b3b59c5 (patch)
tree76c56e0c81e668eb01c8d211faca19766f1965b7
parentMore test fixes, Enabled ppc64le, Disabled crashreporter on Fedora 34+ (diff)
downloadlibrewolf-fedora-ff-90ab351db0ad130cbca7fcf0addcc5902b3b59c5.tar.gz
librewolf-fedora-ff-90ab351db0ad130cbca7fcf0addcc5902b3b59c5.tar.bz2
librewolf-fedora-ff-90ab351db0ad130cbca7fcf0addcc5902b3b59c5.zip
Fedora 32 build fix
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 7d77fbb..c8df70a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -365,7 +365,9 @@ BuildRequires: liberation-sans-fonts
BuildRequires: liberation-serif-fonts
# ----------------------------------
# Missing on f32
+%if 0%{?fedora} > 33
BuildRequires: google-carlito-fonts
+%endif
BuildRequires: google-droid-sans-fonts
BuildRequires: google-noto-fonts-common
BuildRequires: google-noto-cjk-fonts-common
@@ -385,7 +387,9 @@ BuildRequires: lohit-telugu-fonts
# ----------------------------------
BuildRequires: paktype-naskh-basic-fonts
# faild to build in Koji / f32
+%if 0%{?fedora} > 33
BuildRequires: pt-sans-fonts
+%endif
BuildRequires: smc-meera-fonts
BuildRequires: stix-fonts
BuildRequires: abattis-cantarell-fonts
bgstack15