commit a55b4ea4e10c883453c48ce67c78706b61bc9c3b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 9 15:24:54 2022 +0100
Drop nautilus support till upstream adds gtk4 support
megasync.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/megasync.spec b/megasync.spec
index f617505..893b674 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -2,7 +2,11 @@
%global source_suffix Linux
%bcond_without dolphin
+%if 0%{?fedora} > 36
+%bcond_with nautilus
+%else
%bcond_without nautilus
+%endif
%if 0%{?rhel} == 8
%bcond_with nemo
%else