summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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