summaryrefslogtreecommitdiff
path: root/freefilesync/freefilesync.spec
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/freefilesync.spec')
-rw-r--r--freefilesync/freefilesync.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec
index af2bad0..e1f5114 100644
--- a/freefilesync/freefilesync.spec
+++ b/freefilesync/freefilesync.spec
@@ -23,7 +23,7 @@
%endif
%define libssh2_name libssh2
# EL8 copr has some dnf module weirdness with libssh2, not a version problem.
-%if 0%{?el6}%{?el7}%{?el8}
+%if 0%{?el6}%{?el7}
%define libssh2_name libssh2-freefilesync
%endif
%if 0%{?fedora} >= 36
bgstack15