diff options
author | B Stack <bgstack15@gmail.com> | 2022-06-08 12:33:14 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-06-08 12:33:14 -0400 |
commit | fa2df1b985873665bb5179c9dc2317372e5f111c (patch) | |
tree | 73264623c26dee184403b4178096a16d46c6683d /freefilesync | |
parent | ffs: parameterize openssl BR name (diff) | |
download | stackrpms-fa2df1b985873665bb5179c9dc2317372e5f111c.tar.gz stackrpms-fa2df1b985873665bb5179c9dc2317372e5f111c.tar.bz2 stackrpms-fa2df1b985873665bb5179c9dc2317372e5f111c.zip |
ffs: readd el8 libssh2-freefilesync BR
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/freefilesync.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 1aab5bb..83012d8 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -24,10 +24,11 @@ %define libssh2_name libssh2 %define openssl_name openssl # EL8 copr has some dnf module weirdness with libssh2, not a version problem. -%if 0%{?el6}%{?el7} +%if 0%{?el6}%{?el7}%{?el8} %define libssh2_name libssh2-freefilesync +%endif +%if 0%{?el6}%{?el7} %define openssl_name openssl-freefilesync -%define %endif %if 0%{?fedora} >= 36 # https://www.spinics.net/lists/fedora-devel/msg296646.html |