]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
some more fc names
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 11:37:21 +0000 (13:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 11:37:21 +0000 (13:37 +0200)
adapter.awk

index 2859041357425d5c79b059de512dcb9491f992b7..039932cdb3dbec67a277b05f2a8c102bd45119ed 100644 (file)
@@ -2300,6 +2300,7 @@ function replace_requires(field,   pkg) {
        sub(/^libvirt-python$/, "python-libvirt", $2)
        sub(/^libxkbfile-devel$/, "xorg-lib-libxkbfile", $2)
        sub(/^libxml2-python$/, "python-libxml2", $2)
+       sub(/^m2crypto$/, "python-M2Crypto", $2)
        sub(/^mod_wsgi$/, "apache-mod_wsgi", $2)
        sub(/^newt-python$/, "python-snack", $2)
        sub(/^notify-python$/, "python-pynotify", $2)
@@ -2333,6 +2334,7 @@ function replace_requires(field,   pkg) {
        sub(/^python-twisted$/, "python-TwistedCore", $2)
        sub(/^python-twisted-core$/, "python-TwistedCore", $2)
        sub(/^python-twisted-names$/, "python-TwistedNames", $2)
+       sub(/^python-twisted-web$/, "python-TwistedWeb", $2)
        sub(/^python-unittest2$/, "python-modules", $2)
        sub(/^python-uuid$/, "python-modules", $2)
        sub(/^python2-devel$/, "python-devel", $2)
This page took 0.038947 seconds and 4 git commands to generate.