diff options
author | Martin Stransky <stransky@redhat.com> | 2021-04-01 11:34:35 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-04-01 11:34:35 +0200 |
commit | 146396135c3e606e9032db959b1b53b86650ae5a (patch) | |
tree | d8a1723167b816c26d2c41429b1e1358f8aec14a | |
parent | Run testsuite on Wayland on Fedora 33+, Spec cleanup (diff) | |
download | librewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.tar.gz librewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.tar.bz2 librewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.zip |
spec fix
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index c423ec2..f1b3cd4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -22,7 +22,7 @@ %global build_with_asan 0 %global test_offscreen 1 %global test_on_wayland 0 -%if 0%{?fedora} > 33 +%if 0%{?fedora} > 32 %global test_on_wayland 1 %endif |