From 1c39d15ba21fd31eb39cd49948bfc808fa69190e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 18 May 2016 08:50:48 -0500 Subject: [PATCH] BR: git-core several places in build.log contain: sh: git: command not found so include it to be on the safe side. --- qt5-qtwebengine.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 70cb632..90cfc5f 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -30,7 +30,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.6.0 -Release: 5%{?dist} +Release: 6%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -97,6 +97,7 @@ BuildRequires: qt5-qtwebchannel-devel >= %{version} BuildRequires: qt5-qttools-static >= %{version} BuildRequires: ninja-build BuildRequires: bison +BuildRequires: git-core BuildRequires: gperf BuildRequires: libicu-devel BuildRequires: libjpeg-devel @@ -438,6 +439,9 @@ popd %changelog +* Wed May 18 2016 Rex Dieter 5.6.0-6 +- BR: git-core + * Fri Apr 15 2016 David Tardon - 5.6.0-5 - rebuild for ICU 57.1