libstoragemgmt/libstoragemgmt.changes
Martin Pluskal 6c64569907 Accepting request 312468 from home:cathay4t:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/312468
OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=7
2015-06-18 08:33:54 +00:00

73 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Jun 17 07:09:55 UTC 2015 - Gris Ge <fge@redhat.com> - 1.2.1-0
- 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.