From 5ff098787664eb141c3c169bdc194c188520ef89 Mon Sep 17 00:00:00 2001 From: Ricardo Noriega Date: Wed, 16 May 2018 12:54:40 +0200 Subject: Adding git as required dependency for Apex RPMs If it's not installed, opnfv-deploy will output an error message. JIRA: APEX-599 Change-Id: Ib826204120f53abce1f4f1e3e4ec3119a71ab650 Signed-off-by: Ricardo Noriega (cherry picked from commit 52557753e9cd240bc69d6b5d037a5b84e310050c) --- build/rpm_specs/opnfv-apex-common.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 0d12e8d3..a63c04c6 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -18,6 +18,7 @@ Requires: ipxe-roms-qemu >= 20160127-1 Requires: libvirt-devel ansible Requires: python34-iptables python34-cryptography python34-pbr Requires: python34-GitPython python34-pygerrit2 python34-distro +Requires: git %description Scripts for OPNFV deployment using Apex -- cgit 1.2.3-korg