[packages/adapter: 490/631] - add GitPython

glen glen at pld-linux.org
Mon Sep 12 20:15:31 CEST 2016


commit 09f3f6382e510874fee2bf2a771b28ea2f88048f
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Tue Aug 10 12:19:05 2010 +0000

    - add GitPython
    
    Changed files:
        adapter.awk -> 1.460

 adapter.awk | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/adapter.awk b/adapter.awk
index 99960de..adb6238 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1909,6 +1909,7 @@ function replace_requires() {
 
 	# fedora / redhat
 	sub(/^Django$/, "python-django", $2);
+	sub(/^GitPython$/, "python-git", $2);
 	sub(/^chkconfig$/, "/sbin/chkconfig", $2);
 	sub(/^db4-devel$/, "db-devel", $2);
 	sub(/^dbus-python$/, "python-dbus", $2);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list