summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2012-09-27 13:38:02 +0200
committerMichal Minar <miminar@redhat.com>2012-09-27 13:38:02 +0200
commitc16fe890c8a909b580d47b3aa40a3d94b25b6f6f (patch)
tree33785043f37a569746235373e7106716ddb85d3f /mof
parent0490bf7f3e9ffdaacc07397e5a42cfc06a017c11 (diff)
downloadopenlmi-providers-c16fe890c8a909b580d47b3aa40a3d94b25b6f6f.tar.gz
openlmi-providers-c16fe890c8a909b580d47b3aa40a3d94b25b6f6f.tar.xz
openlmi-providers-c16fe890c8a909b580d47b3aa40a3d94b25b6f6f.zip
added registration file for yum0.0.6
Since yum is not installed via cmake && make, but is using python's setuptools, the registration file won't be created by running cmake as in case of other providers. Moreover registration file for yum differs greatly from the others due to cmpi-bindings-pywbem usage.
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Yum.reg17
1 files changed, 17 insertions, 0 deletions
diff --git a/mof/LMI_Yum.reg b/mof/LMI_Yum.reg
new file mode 100644
index 0000000..c85b013
--- /dev/null
+++ b/mof/LMI_Yum.reg
@@ -0,0 +1,17 @@
+[LMI_YumPackage]
+ provider: /usr/lib/python2.7/site-packages/cura/yum/LMI_YumPackage.py
+ location: pyCmpiProvider
+ type: instance method
+ namespace: root/cimv2
+
+[LMI_YumInstalledPackage]
+ provider: /usr/lib/python2.7/site-packages/cura/yum/LMI_YumInstalledPackage.py
+ location: pyCmpiProvider
+ type: instance method
+ namespace: root/cimv2
+
+[LMI_YumFileCheck]
+ provider: /usr/lib/python2.7/site-packages/cura/yum/LMI_YumFileCheck.py
+ location: pyCmpiProvider
+ type: instance method
+ namespace: root/cimv2