[GitPython/el5/master] Require /usr/bin/git

Dennis Gilmore ausil at fedoraproject.org
Fri Jul 30 20:22:10 UTC 2010


commit 173890695d2e98a879a2b2521d0f76106a10441a
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Jul 30 15:18:58 2010 -0500

    Require /usr/bin/git
    
    Conflicts:
    
    	GitPython.spec

 GitPython.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/GitPython.spec b/GitPython.spec
index cf5afa8..eaf4255 100644
--- a/GitPython.spec
+++ b/GitPython.spec
@@ -3,7 +3,7 @@
 
 Name:           GitPython
 Version:        0.2.0
-Release:        0.1.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,12 @@ 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
+
 * Mon May 24 2010 Devan Goodwin <dgoodwin at rm-rf.ca> - 0.2.0-0.1-beta1
 - Updating for 0.2.0-beta1.
 


More information about the scm-commits mailing list