From 798fc790177ba6739fc10bf863bad452895f1463 Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Mar 27 2014 10:50:38 +0000 Subject: Fix build requirement on libssh2-devel https://bugzilla.redhat.com/show_bug.cgi?id=1039433 --- diff --git a/libgit2.spec b/libgit2.spec index 93a89a6..f57d8bc 100644 --- a/libgit2.spec +++ b/libgit2.spec @@ -2,7 +2,7 @@ Name: libgit2 Version: 0.20.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A C implementation of the Git core methods as a library License: GPLv2 with exceptions @@ -17,7 +17,7 @@ Patch1: libgit2-0.19.0-non-x86.patch BuildRequires: cmake >= 2.6 BuildRequires: http-parser-devel -BuildRequires: libssh2 +BuildRequires: libssh2-devel BuildRequires: openssl-devel BuildRequires: python BuildRequires: zlib-devel @@ -89,6 +89,9 @@ make install DESTDIR=%{buildroot} %changelog +* Thu Mar 27 2014 Mathieu Bridon - 0.20.0-3 +- Fix build requirement on libssh2-devel. (RHBZ#1039433) + * Tue Mar 25 2014 Mathieu Bridon - 0.20.0-2 - Build with the bundled xdiff. - Disable a failing test. (libgit2#2199)