Software Management/CIM
From openSUSE
(Difference between revisions)
| Revision as of 10:43, 15 September 2008 Klaus kaempf (Talk | contribs) � Previous diff |
Revision as of 09:57, 9 December 2008 Haass (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| [[Category:Software_Management]][[Category:CIM]] | [[Category:Software_Management]][[Category:CIM]] | ||
| - | We provide a cim provider for software management. | + | |
| + | =Introdution= | ||
| + | cmpi-pywbem-software is a set CIM-Providers for PackageKit. | ||
| + | It includes a provider for: | ||
| + | * Updates | ||
| + | OMC_PackageKit_Update | ||
| + | * Repositories | ||
| + | OMC_PackageKit_Repository | ||
| + | * Packages | ||
| + | OMC_PackageKit_Package | ||
| + | |||
| + | =How to use it= | ||
| + | When installing the provider via the rpm-packages they are already registered otherwise you have to call | ||
| + | cmpi-provider-register -d <directory with the providers> | ||
| + | |||
| + | Afterwards you will find the provider within the root/suse namespace. | ||
| =How to get it= | =How to get it= | ||
| + | |||
| + | ==Packages== | ||
| + | |||
| + | It will be included in SLE11. | ||
| + | Otherwise you will find the latest packages in [http://download.opensuse.org/repositories/home://haass/openSUSE_Factory/ the OBS home-project of haass]. | ||
| ==Developers== | ==Developers== | ||
Revision as of 09:57, 9 December 2008
Contents |
Introdution
cmpi-pywbem-software is a set CIM-Providers for PackageKit. It includes a provider for:
- Updates
OMC_PackageKit_Update
- Repositories
OMC_PackageKit_Repository
- Packages
OMC_PackageKit_Package
How to use it
When installing the provider via the rpm-packages they are already registered otherwise you have to call
cmpi-provider-register -d <directory with the providers>
Afterwards you will find the provider within the root/suse namespace.
How to get it
Packages
It will be included in SLE11. Otherwise you will find the latest packages in the OBS home-project of haass.
Developers
For anonymous checkout:
git clone git://git.opensuse.org/projects/cmpi-pywbem-software.git
If you have write access to our repository:
git clone git@git.opensuse.org:projects/cmpi-pywbem-software.git

