]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- up
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 25 Oct 2010 06:00:02 +0000 (06:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.474

adapter.awk

index 61ce230d4ae908d37c6a66ca55bb78675581839e..4552065fb61d29c727fd901f81cf020d43d24efb 100644 (file)
@@ -1972,6 +1972,7 @@ function replace_requires() {
        sub(/^python2-devel$/, "python-devel", $2);
        sub(/^qt4-devel$/, "qt4-build", $2);
        sub(/^qtlockedfile-devel$/, "QtLockedFile-devel", $2);
+       sub(/^rpm-python$/, "python-rpm", $2);
        sub(/^tftp-server$/, "tftpdaemon", $2);
        sub(/^tkinter$/, "python-tkinter", $2);
        sub(/^xapian-bindings-python$/, "python-xapian", $2);
This page took 0.039021 seconds and 4 git commands to generate.