From 887e6e1bd8a9bdfeaf7022620d20e701406142c0 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mar 27 2018 08:27:08 +0000 Subject: Add git to Requires for Copr builds. --- diff --git a/.copr/freshmaker.spec.in b/.copr/freshmaker.spec.in index f2d1634..02d5836 100644 --- a/.copr/freshmaker.spec.in +++ b/.copr/freshmaker.spec.in @@ -39,6 +39,7 @@ BuildRequires: python2-krbcontext BuildRequires: python-flask-login BuildRequires: python-ldap BuildRequires: PyYAML +BuildRequires: git %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: python-setuptools @@ -90,6 +91,7 @@ Requires: python2-krbcontext Requires: python-flask-login Requires: python-ldap Requires: PyYAML +Requires: git %if 0%{?rhel} && 0%{?rhel} <= 7 Requires: python-fedora