summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2012-10-07 21:19:16 +0200
committerMichal Minar <miminar@redhat.com>2012-10-07 21:43:19 +0200
commit167c13bdf07c2a86ff7043b4b874073556858e69 (patch)
treed1044f5e4e121c660549c8652ec7c3b5808ba2a1 /mof
parent1ae172139edb7648b3729b6459b9f9a6c02212b4 (diff)
downloadopenlmi-providers-167c13bdf07c2a86ff7043b4b874073556858e69.tar.gz
openlmi-providers-167c13bdf07c2a86ff7043b4b874073556858e69.tar.xz
openlmi-providers-167c13bdf07c2a86ff7043b4b874073556858e69.zip
accept SoftwareElementID without epoch part0.0.8
in such case epoch is assumed to be 0 bumped Yum version
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Yum.mof3
1 files changed, 2 insertions, 1 deletions
diff --git a/mof/LMI_Yum.mof b/mof/LMI_Yum.mof
index 74dcfca..892c1fb 100644
--- a/mof/LMI_Yum.mof
+++ b/mof/LMI_Yum.mof
@@ -415,7 +415,8 @@ class LMI_YumFileCheck : CIM_FileSpecification {
[ Override("SoftwareElementID"), Description (
"RPM's nevra. This means: "
- "\"name-epoch:version-release.architecture\".") ]
+ "\"name-[epoch:]version-release.architecture\"."
+ " If epoch part is missing, a \"0:\" is assumed." ) ]
String SoftwareElementID;
[ Override("Version"), Description (