Changelog for
libstoragemgmt-arcconf-plugin-1.9.7-1.2.noarch.rpm :
* Tue Jan 31 2023 Michael Vetter
- Update to 1.9.7:
* Fix megaraid for PERC H330 Adapter #520
* Fri Nov 11 2022 Michael Vetter - Update to 1.9.6:
* Update the systemd run directory- Refresh move_to_run.patch
* Tue Oct 18 2022 Michael Vetter - Update to 1.9.5:
* Misc. bug fixes including one for failure to build on i386
* Add a udev rule entry for ALUA state changes
* Tue Apr 12 2022 Michael Vetter - Update to 1.9.4:
* Correction for udev events on SCSI vports
* Add hidden developer option --fork_plugin to fork and exec plugin directly from lsmcli
* Misc. code improvements/bug fixes - remove libxml2 dependency - coverity corrections - remove dlerror & library requirement - remove visibility of some symbols that are private
* Sat Dec 18 2021 Andreas Stieger - update to 1.9.3:
* Fix endianess issues for big endian
* Fix megaraid plugin for volume_raid_info for RAID10, add test
* Megaraid, changes to support latest storcli utility
* Misc. CI test improvements, code clean-up
* Sun Jun 13 2021 Callum Farmer - Add now working CONFIG parameter to sysusers generator
* Fri Jun 04 2021 Callum Farmer - Change to using systemd-sysusers
* Tue May 18 2021 Michael Vetter - Update to 1.9.2:
* Remove OpenSSL usage as OpenSSL 3.0 is deprecating MD5
* Sun Apr 25 2021 nick wang - Correct the spec file to fit to changes in 1.8.8- Removed RPM sub packages:
* libstoragemgmt-netapp-plugin
* libstoragemgmt-nfs-plugin-clibs
* libstoragemgmt-nstor-plugin
* python3-libstoragemgmt-clibs
* Thu Apr 22 2021 nick wang - bsc#1185067, move /var/run to /run Add patch move_to_run.patch
* Wed Apr 21 2021 Michael Vetter - Update to 1.9.1:
* Correct sim plugin install location #463
* Thu Mar 25 2021 Michael Vetter - Update to 1.9.0:
* Add NVMe device health check #265
* Correct lsm_disk_record_alloc does not have plugin_data #68
* Limit lsmd to running a single instance against same socket dir #398
* Wed Dec 16 2020 Michael Vetter - Update to 1.8.8:
* Remove NetApp ontap plugin
* Remove Nexentastor nstor plugin
* Re-organize plugins #440
* Fri Dec 04 2020 Michael Vetter - Update to 1.8.7:
* Fix for Areca RAID cards #444
* Static code analysis fixes #441
* Tue Nov 03 2020 Michael Vetter - Update to 1.8.6:
* Hpsa bug fixes #419, #420
* Change lsmcli output for missing lsmd (daemon) https://bugzilla.redhat.com/show_bug.cgi?id=1872753
* Tue Sep 15 2020 nick wang - bsc#1176448, Add clibs requirement to python-libstoragemgmt.
* Wed Aug 12 2020 Michael Vetter - Update to 1.8.5:
* Fix compile issue with check >= 0.15.0
* Fix travis CI issues
* Remove problematic language
* Mon Jun 22 2020 Callum Farmer - Fixes for %_libexecdir changing to /usr/libexec
* Fri May 22 2020 Michael Vetter - Update to 1.8.4:
* Bug fix: #414
* Re-work configure to be better about self configuration
* Updates to travis CI docker script
* Use jsmn JSON parser, remove YAJL and nlohmann
* Make some of the simulator disks much larger
* Introduce cformat makefile target to re-format C/C++ code requires clang-format
* Tue Feb 18 2020 Michael Vetter - Update to 1.8.3:
* Fix volume-raid-create pool ID issue (#410)
* Update: JSON library
* Few other fixes