[libgit2] Add the missing requirement on libssh2

Ignacio Casal Quinteiro nacho at fedoraproject.org
Tue Mar 25 14:20:27 UTC 2014


commit b305215650dcc8fa2268d9bf7c04009157a55308
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Mar 25 21:27:39 2014 +0800

    Add the missing requirement on libssh2
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1039433

 libgit2.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libgit2.spec b/libgit2.spec
index 0d2060d..9fb46e9 100644
--- a/libgit2.spec
+++ b/libgit2.spec
@@ -17,6 +17,7 @@ Patch1: libgit2-0.19.0-non-x86.patch
 
 BuildRequires: cmake >= 2.6
 BuildRequires: http-parser-devel
+BuildRequires: libssh2
 BuildRequires: openssl-devel
 BuildRequires: python
 BuildRequires: zlib-devel
@@ -90,6 +91,7 @@ make install DESTDIR=%{buildroot}
 %changelog
 - Build with the bundled xdiff.
 - Disable a failing test. (libgit2#2199)
+- Add missing build requirement on libssh2. (RHBZ#1039433)
 
 * Sun Nov 24 2013 Ignacio Casal Quinteiro <icq at gnome.org> - 0.20.0-1
 - 0.20.0


More information about the scm-commits mailing list