libstoragemgmt/libstoragemgmt.changes

92 lines
3.3 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Feb 6 11:20:21 UTC 2016 - mpluskal@suse.com
- Make building more verbose
- Small spec file cleanups
-------------------------------------------------------------------
Wed Jun 24 08:05:23 UTC 2015 - fge@redhat.com
- Upgrade to version 1.2.3:
* Bug fixes:
* lsmcli bash completion: Fix syntax error.
* lsmcli bash completion: Fix volume-delete.
* lsmcli bash completion: Add missing completions.
* Fix: selinux dac_override
* Manpage: Update hpsa and megaraid plugin manpages.
* HP Smart Array Plugin: Fix pool querying on P410i.
* MegaRAID Plugin: Fix bug when no volume configured.
-------------------------------------------------------------------
Thu Jun 18 08:36:57 UTC 2015 - mpluskal@suse.com
- Cleanup changelog formatting
- Update dependencies
-------------------------------------------------------------------
Wed Jun 17 07:09:55 UTC 2015 - fge@redhat.com
- Upgrade to version 1.2.1.
- New sub-pacakges:
* libstoragemgmt-megaraid-plugin
New plugin in 1.2.0 release.
* libstoragemgmt-hpsa-plugin
New plugin in 1.2.0 release.
* libstoragemgmt-udev
The udev file has nothing to do with the libraray.
It just scan the SCSI target when got
REPORTED_LUNS_DATA_HAS_CHANGED in udev.
- New rpmbuild switch: '--without test'
Use to skip 'make check' test to save debug time.
- Fix incorrect post scripts for plugin packages.
User case:
The libstoragemgmt daemon need to be restarted on new plugin
install or plugin uninstall, so that the daemon could create
new or stop existing plugin connection.
But old macros:
* The %service_del_postun only try-restart daemon on upgrade
which is not required here.
* The %service_del_postun only 'daemon-reload' on uninstall
which is not required here.
* The %service_add_post does not restart daemon.
So we have to use hardcoded systemd commands.
- Add bash-completion script for lsmcli.
- Use systemd-tmpfiles to create socket file in /run folder.
- Add %ghost ownership for socket file and folder in /run folder.
-------------------------------------------------------------------
Thu May 14 06:04:42 UTC 2015 - nwang@suse.com
- Add conditions for libyajl and macro tmpfiles_create to
support build against SLE12.
-------------------------------------------------------------------
Thu Apr 9 09:00:24 UTC 2015 - mpluskal@suse.com
- Rename python package to match python packaging guidelines
-------------------------------------------------------------------
Wed Apr 8 14:24:08 UTC 2015 - mpluskal@suse.com
- Disable checks as they seem to fail on OBS
-------------------------------------------------------------------
Wed Apr 8 14:19:39 UTC 2015 - mpluskal@suse.com
- Use pkgconfig() dependencies
- Enable checks
-------------------------------------------------------------------
Mon Mar 16 16:27:48 UTC 2015 - mpluskal@suse.com
- More cleanups
-------------------------------------------------------------------
Fri Mar 13 15:14:18 UTC 2015 - mpluskal@suse.com
- Cleanup package
-------------------------------------------------------------------
Thu Dec 11 03:13:02 UTC 2014 - nwang@suse.com
- Initial package version 1.1.0 for Fate#314409.