summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-09 16:25:48 -0400
committerB Stack <bgstack15@gmail.com>2019-10-09 16:25:48 -0400
commite522df68f51b1ab05b605c9998330b99b7b3dad4 (patch)
tree9492a083e96e219c6bd3f8bb5c9b851e55935945
parentWIP: libssh2 (diff)
downloadstackrpms-e522df68f51b1ab05b605c9998330b99b7b3dad4.tar.gz
stackrpms-e522df68f51b1ab05b605c9998330b99b7b3dad4.tar.bz2
stackrpms-e522df68f51b1ab05b605c9998330b99b7b3dad4.zip
WIP: libssh2 again
-rw-r--r--libssh2/libssh2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index e924a25..1e846ee 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -51,7 +51,7 @@ BuildRequires: glibc-langpack-en
# in an SELinux environment
BuildRequires: libselinux-utils
BuildRequires: selinux-policy-targeted
-Obsoletes: libssh2 < %{version}
+Obsoletes: libssh2
%description
libssh2 is a library implementing the SSH2 protocol as defined by
bgstack15