[GitPython] Require /usr/bin/git

Dennis Gilmore ausil at fedoraproject.org
Fri Jul 30 20:07:55 UTC 2010


commit d530c452cd37fc91b9975d4f7873fa2183f5741a
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jul 30 15:07:40 2010 -0500

    Require /usr/bin/git

 GitPython.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/GitPython.spec b/GitPython.spec
index 6bdfe60..eaf4255 100644
--- a/GitPython.spec
+++ b/GitPython.spec
@@ -3,7 +3,7 @@
 
 Name:           GitPython
 Version:        0.2.0
-Release:        0.2.beta1%{?dist}
+Release:        0.3.beta1%{?dist}
 Summary:        Python Git Library
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools
+Requires:       /usr/bin/git
 
 %description
 GitPython is a python library used to interact with Git repositories.
@@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 30 2010 Dennis Gilmore <dennis at ausil.us> - 0.2.0-0.3.beta1
+- Require /usr/bin/git
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.0-0.2.beta1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list