SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openlmi-account-0.4.2-6.1.x86_64.rpm :
Tue May 20 14:00:00 2014 kkaempfAATTsuse.com
- fix group of -devel packages
- add %defattr
- run fdupes

Thu May 8 14:00:00 2014 kkaempfAATTsuse.com
- disable build of fan provider on s390x

Thu May 8 14:00:00 2014 kkaempfAATTsuse.com
- prevent empty body for rpm macro, use %{nil} instead

Wed May 7 14:00:00 2014 kkaempfAATTsuse.com
- fix pre/post scripts to install/remove tog-pegasus specific
files only if tog-pegasus is actually installed.

Wed Apr 2 14:00:00 2014 kkaempfAATTsuse.com
- don\'t build openlmi-realmd for openSUSE > 13.1 or SLES.

Thu Mar 20 13:00:00 2014 kkaempfAATTsuse.com
- don\'t build openlmi-pcp for openSUSE > 13.1 or SLES.

Wed Mar 19 13:00:00 2014 kkaempfAATTsuse.com
- don\'t require openlmi-storage for openSUSE > 13.1 or SLES.

Thu Mar 13 13:00:00 2014 kkaempfAATTsuse.com
- drop FindCMPI.cmake and FindKonkretCMPI.cmake from devel package,
both are already in konkretcmpi-devel

Fri Feb 21 13:00:00 2014 kkaempfAATTsuse.com
- disable openlmi-fan on systems without libsensors

Sun Feb 9 13:00:00 2014 kkaempfAATTsuse.com
- SLE-12: FATE 316180

Wed Jan 8 13:00:00 2014 kkaempfAATTsuse.com
- Update to 0.4.2

* Soname of libopenlmiindmanager.so changes from .0 to .1
- we removed couple of symbols we do not want to be used
externally. Recompilation of any 3rd party Indication
Manager users is necessary.

* Fixed some of race conditions in Indication Manager.

* openlmi-mof-register is now able to re-register all registered
providers to newly installed CIMOM (both SFCB and Pegasus are
supported).

* Many other bugfixes and small improvements. Refer to git log of
0.4-fixes branch for a complete list.
- new patches
0004-journald-no-libexec-in-SUSE.patch
0005-Catch-exception-if-socket.gethostbyaddr-fails.patch
- removed patches:
0005-Fall-back-to-etc-passwd-if-user-is-not-listed-in-etc.patch
(upstream)
0009-Run-smartctl-with-full-path.patch (obsolete)

Thu Nov 28 13:00:00 2013 kkaempfAATTsuse.com
- Update to git master

Tue Nov 5 13:00:00 2013 kkaempfAATTsuse.com
- Update to 0.4.1

* Documentation enhancements:

* Added documentation for hardware, fan, power and journald
providers.

* All providers have -doc subpackage with HTML documentation of
the provider CIM API.

* Lot of small bug fixes.

* New and updated tests.

* Improved registration script.

* LogicalFile now provides info about the device\'s type.

* Improved reliability of account indications.

Tue Nov 5 13:00:00 2013 kkaempfAATTsuse.com
- Update to 0.4.0

* New Journald provider

* PG_ComputerSystem is now used by default instead of
Linux_ComputerSystem

* Documentation foundation tweaks and improvements

* Added OpenLMI documentation theme

* Added the \'gendoc\' tool

* Added documentation for service and realmd providers

* logicalfile and software misc. fixes

* Registration script improvements

Fri Oct 18 14:00:00 2013 kkaempfAATTsuse.com
- Don\'t crash in logicalfile if CSCreationClassName is not set
(0005-logicalfile-Prevent-crash-if-CSCreationClassName-or-.patch)
- Default ComputerSystem class for sblim-sfcb
(0006-Default-SystemCreationClassName-to-Linux_ComputerSys.patch)
- SUSE gcc does not know about -fstack-protector-strong
(0007-fstack-protector-strong-unknown-to-SUSE-gcc.patch)

Thu Oct 17 14:00:00 2013 kkaempfAATTsuse.com
- call \"dmidecode\" with full path
add 0003-Run-dmidecode-with-full-path.patch

Fri Oct 4 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.3.0

* Added methods to remove account and group in Account provider

* Improved documentation

* Many bugfixes

* Support for provider specific configuration file
as well as global openlmi configuration file

* Logging was fixed to properly use CIMOM logging facilities

Fri Sep 27 14:00:00 2013 kkaempfAATTsuse.com
- improve SLE11 build

Wed Aug 28 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.2.0

* Account

* added documentation

* Python

* renamed python eggs from
*lmi
* to
*openlmi
*

* improved compability for other openlmi python project
installed to user path

* logging improvements (API change)

* Software

* added FindIdentity() method to LMI_SoftwareInstallationService

* lot of bugfixes

* improved tests and utilities

Fri Aug 9 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.1.1
- Some files were relicensed to keep the license of whole package
as LGPL v2.1 or later.
- RPM scripts were fixed to work with SFCB.
- Provider registration script now prints executed commands and
their exit codes
- Registration during package installation is logged to
/var/log/openlmi-install.log file
- All CIM_ConcreteJob instances have proper output parameters in
JobOutParameters property.

Wed Jul 31 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.1.0
- All classes now have proper version in their MOF files.
- All providers now announce implemented DMTF and/or SNIA standards in
root/interop - CIM_RegisteredProfile class (OpenPegasus only).
- Many packaging improvements, bugfixes and enhanced test suite.
Hardware:
- New providers for chassis ports, system slots, pointing devices and
battery.
- Updated provider for PCIDevices.
Account:
- Indication support.
Python:
- Huge reorganization of OpenLMI namespace, all scripts are in \'lmi\'
package.
- Openlmi-python package split into openlmi-python-base and
openlmi-python-providers.

Wed Jul 17 14:00:00 2013 kkaempfAATTsuse.com
- run external command with full path
full-path-in-run_command.patch
- openlmi-hardware: require dmidecode and util-linux (for lscpu)
- add missing function defines
0001-Define-LMI_PowerConcreteJob_ResumeWithAction-and-LMI.patch
- define LMI_Processor_Family_Other if needed
0002-Define-LMI_Processor_Family_Other-if-needed.patch
- adapt pathes to SUSE (no libexec)
0001-No-libexec-in-SUSE.patch
- udev_device_new_from_device_id() is unsupported in SLE11
0002-udev_device_new_from_device_id-is-unsupported-in-SLE.patch

Fri Jul 12 14:00:00 2013 kkaempfAATTsuse.com
- register LMI_Qualifiers.mof with LMI_Jobs

Wed Jun 26 14:00:00 2013 kkaempfAATTsuse.com
- support cim-schema 2.0.37

Mon Jun 3 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.0.25

* Indication manager library

* Hardware: Added Baseboard (Motherboard) Provider

* Several bugfixes
- Update to 0.0.23

* Hardware provider - Added Chassis provider

* Services provider - now DBus based

* python-based providers are now identified by its real name instead
of pyCmpiProvider in Pegasus
This release also contains a lot of bugfixes and other improvements.

Mon May 13 14:00:00 2013 kkaempfAATTsuse.com
- Update to 0.0.22
New in this release:

* Hardware provider - Added Physical Memory

* Various under the hood improvements (some of them required by
OpenLMI-storage)
This release also contains a lot of bugfixes and other
improvements, enjoy.

Mon May 6 14:00:00 2013 kkaempfAATTsuse.com
- Version 0.0.21
- Added openlmi-realmd subpackage
- Add numeral prefix for the mof files
- Add FindOpenLMI.cmake and openlmi.pc to the -devel subpackage

Fri May 3 14:00:00 2013 kkaempfAATTsuse.com
- Initial version 0.0.20


 
ICM