diff options
author | Ricardo Noriega <rnoriega@redhat.com> | 2018-05-16 12:54:40 +0200 |
---|---|---|
committer | Ricardo Noriega <rnoriega@redhat.com> | 2018-05-24 10:52:49 +0200 |
commit | 52557753e9cd240bc69d6b5d037a5b84e310050c (patch) | |
tree | a0467a7ae519c888472dc406cac7d2cc52498322 /build/rpm_specs/opnfv-apex.spec | |
parent | dc55f3a5bc343802bc60cd901ef8adcbafd3fe33 (diff) |
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 <rnoriega@redhat.com>
Diffstat (limited to 'build/rpm_specs/opnfv-apex.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpm_specs/opnfv-apex.spec b/build/rpm_specs/opnfv-apex.spec index fafc82f6..a718061e 100644 --- a/build/rpm_specs/opnfv-apex.spec +++ b/build/rpm_specs/opnfv-apex.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 |