From 999e724ad4b67f173f48d3671bed209406a72491 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 19 Dec 2013 12:58:20 +0100 Subject: Fixed dependency between openlmi-providers and openlmi-python-base. 'yum update openlmi-providers' might pull just new -providers, without new -python-base. --- openlmi-providers.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlmi-providers.spec b/openlmi-providers.spec index 17d3948..397c67e 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -72,7 +72,7 @@ Requires(preun): pywbem Requires(post): pywbem Requires: cim-schema # for lmi.base.mofparse: -Requires: openlmi-python-base +Requires: openlmi-python-base = %{version}-%{release} # XXX # Just because we have wired python's scripts -- cgit