]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
unfedoraize libvirt-python, libxml2-python
authorElan Ruusamäe <glen@delfi.ee>
Mon, 2 Jun 2014 08:28:06 +0000 (11:28 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 2 Jun 2014 08:28:06 +0000 (11:28 +0300)
adapter.awk

index f72d321f63d62006de8e40dde44f1296e8ebd1f7..53aafec8d7f8b4549fadeb090fa0f3a7a279a396 100644 (file)
@@ -2258,7 +2258,9 @@ function replace_requires(field,   pkg) {
        sub(/^libtevent-devel$/, "tevent-devel", $2)
        sub(/^libusb1-devel$/, "libusb-devel", $2)
        sub(/^libuser-python$/, "python-libuser", $2)
+       sub(/^libvirt-python$/, "python-libvirt", $2)
        sub(/^libxkbfile-devel$/, "xorg-lib-libxkbfile", $2)
+       sub(/^libxml2-python$/, "python-libxml2", $2)
        sub(/^mod_wsgi$/, "apache-mod_wsgi", $2)
        sub(/^newt-python$/, "python-snack", $2)
        sub(/^notify-python$/, "python-pynotify", $2)
This page took 0.030901 seconds and 4 git commands to generate.