From fe62344023593aa016b1b821cd3874ee37bea9a4 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 8 Jun 2022 11:08:01 -0400 Subject: ffs: disable el8 libssh2-freefilesync BR by adding 'virt:rhel' module to the epel-8 repo on copr, you can now install libssh2 --- freefilesync/freefilesync.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freefilesync') 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 -- cgit