summaryrefslogtreecommitdiffstats
path: root/src/software/providers
Commit message (Collapse)AuthorAgeFilesLines
* added python namespace package called openlmiMichal Minar2012-11-085-9/+9
| | | | | This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.
* modified for used under tog-pegasusMichal Minar2012-10-242-25/+27
| | | | | | | | | | | | Checkum property of LMI_SoftwareFileCheck had different type than in base class. This prevented registration. - Solved by renaming: Checksum -> FileChecksum ExpectedChecksum -> ExpectedFileChecksum ChecksumType -> FileChecksumType fixed filtering of found available and installed packages - search by nevra replaced with search for particular keys
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-132-71/+107
| | | | | corrected some corner cases, when getting/modifying instance with wrong or missing keys
* renamed yum package providers to softwareMichal Minar2012-10-108-0/+3047
renamed LMI_Yum* to LMI_Software* removed attributes GroupString and LicenseString from LMI_SoftwarePackage modified attributes Group, Architecture and License of LMI_SoftwarePackage to return string instead of Uints - because values and valuemaps would need frequent updates