summaryrefslogtreecommitdiffstats
path: root/libssh2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-02 11:05:20 +0100
committerRemi Collet <remi@remirepo.net>2021-03-02 11:05:20 +0100
commit6c2df6054475dd31fa2ce3f5ebeef77bc4537f4a (patch)
tree6d80d42b0c077368ac5310798721f4eed82c7559 /libssh2.spec
parent2c66aa8e4ec5b4bfc80f991bb2b3069b108b6121 (diff)
rebuild with lower release for amazon
Diffstat (limited to 'libssh2.spec')
-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)