diff options
author | B Stack <bgstack15@gmail.com> | 2022-06-08 11:08:01 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-06-08 11:08:01 -0400 |
commit | fe62344023593aa016b1b821cd3874ee37bea9a4 (patch) | |
tree | edd7b057b503fe1116be82fee66c1a57c8e505d4 /freefilesync | |
parent | ffs: use libssh2-ffs on el8 (diff) | |
download | stackrpms-fe62344023593aa016b1b821cd3874ee37bea9a4.tar.gz stackrpms-fe62344023593aa016b1b821cd3874ee37bea9a4.tar.bz2 stackrpms-fe62344023593aa016b1b821cd3874ee37bea9a4.zip |
ffs: disable el8 libssh2-freefilesync BR
by adding 'virt:rhel' module to the epel-8 repo on copr,
you can now install libssh2
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/freefilesync.spec | 2 |
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 |