summaryrefslogtreecommitdiff
path: root/libssh2/libssh2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2/libssh2.spec')
-rw-r--r--libssh2/libssh2.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index eb9b973..e924a25 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -51,6 +51,7 @@ BuildRequires: glibc-langpack-en
# in an SELinux environment
BuildRequires: libselinux-utils
BuildRequires: selinux-policy-targeted
+Obsoletes: libssh2 < %{version}
%description
libssh2 is a library implementing the SSH2 protocol as defined by
bgstack15