summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-01 11:34:35 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-01 11:34:35 +0200
commit146396135c3e606e9032db959b1b53b86650ae5a (patch)
treed8a1723167b816c26d2c41429b1e1358f8aec14a
parentRun testsuite on Wayland on Fedora 33+, Spec cleanup (diff)
downloadlibrewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.tar.gz
librewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.tar.bz2
librewolf-fedora-ff-146396135c3e606e9032db959b1b53b86650ae5a.zip
spec fix
-rw-r--r--firefox.spec2
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
bgstack15