summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-09 11:16:14 -0400
committerB Stack <bgstack15@gmail.com>2019-10-09 11:16:14 -0400
commitb68bb609a7dcd5c0e293ffaa35af610d91cf4193 (patch)
tree867ffdbfe6bd2889770d59a4eba673e6b0f3c076
parentlibssh2 customized for el8 for ffs (diff)
downloadstackrpms-b68bb609a7dcd5c0e293ffaa35af610d91cf4193.tar.gz
stackrpms-b68bb609a7dcd5c0e293ffaa35af610d91cf4193.tar.bz2
stackrpms-b68bb609a7dcd5c0e293ffaa35af610d91cf4193.zip
always use libssh2-freefilesync name
-rw-r--r--libssh2/libssh2.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index 01742ce..eb9b973 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -17,11 +17,7 @@
%{!?__isa_bits: %global __isa_bits %((echo '#include <bits/wordsize.h>'; echo __WORDSIZE) | cpp - | grep -Ex '32|64')}
%global shortname libssh2
-%if 0%{?rhel} >= 8
Name: libssh2-freefilesync
-%else
-Name: libssh2
-%endif
Version: 1.9.0
Release: 3.0.stack.%{__distinit}%{__distvers}
Summary: A library implementing the SSH2 protocol
bgstack15