]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- add GitPython
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Aug 2010 12:19:05 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.460

adapter.awk

index 99960de5054e304b7da2443faa8a0af7fb8349c5..adb6238bbef4060876c97238de5fee7a5aff9b4c 100644 (file)
@@ -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);
This page took 0.035064 seconds and 4 git commands to generate.