From 56b1a8ceedc27b9ca8b87b38a4d0f0f41c32b582 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 13 Sep 2012 12:34:52 +0200 Subject: [PATCH] Invoke is_installed correctly from rpm path --- library/yum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/yum b/library/yum index e2e4b149c95..20b7770c4ab 100755 --- a/library/yum +++ b/library/yum @@ -291,7 +291,7 @@ def install(module, items, repoq, yum_basecmd, conf_file): nvra = local_nvra(spec) # look for them in the rpmdb - if is_installed(repoq, nvra, conf_file): + if is_installed(module, repoq, nvra, conf_file): # if they are there, skip it continue pkg = spec