summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libssh2.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec
index f704268..be8598e 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,6 +1,6 @@
Name: libssh2
Version: 1.8.0
-Release: 4%{?dist}
+Release: 0%{?dist}
Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries
License: BSD
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc
%changelog
+* Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 1.8.0-0
+- rebuild with lower release for amazon
+
* Wed Oct 30 2019 Kamil Dudka <kdudka@redhat.com> - 1.8.0-4
- fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)