From 000225ccfa398900a170124f8b848f6ca65392c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 23 Nov 2014 13:37:21 +0200 Subject: [PATCH] some more fc names --- adapter.awk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adapter.awk b/adapter.awk index 2859041..039932c 100644 --- a/adapter.awk +++ b/adapter.awk @@ -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) -- 2.44.0