diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-29 18:58:06 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-29 18:58:06 +0200 |
commit | d75359e733526fa4c5700c106a023a6a71d851f2 (patch) | |
tree | 76c56e0c81e668eb01c8d211faca19766f1965b7 /firefox.spec | |
parent | Merge branch 'main' into f34 (diff) | |
parent | Fedora 32 build fix (diff) | |
download | librewolf-fedora-ff-d75359e733526fa4c5700c106a023a6a71d851f2.tar.gz librewolf-fedora-ff-d75359e733526fa4c5700c106a023a6a71d851f2.tar.bz2 librewolf-fedora-ff-d75359e733526fa4c5700c106a023a6a71d851f2.zip |
Merge branch 'main' into f34
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
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 |