- 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/libstoragemgmt?expand=0&rev=83
This commit is contained in:
Michael Vetter 2022-04-12 07:41:33 +00:00 committed by Git OBS Bridge
parent 9156d3c76c
commit d3479578c6
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:171e29e0e0d886bc04121b5e41a78e904b73421f3787b56f48b743dd2d29369f
size 1054617

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:967d79ad809f397523b865bc755c4a83389c1a7899507561800464cc824c98ba
size 1061641

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 12 07:39:34 UTC 2022 - Michael Vetter <mvetter@suse.com>
- 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 07:37:24 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libstoragemgmt
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@
%define python3 0
%endif
Name: libstoragemgmt
Version: 1.9.3
Version: 1.9.4
Release: 0
Summary: Storage array management library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -43,7 +43,6 @@ BuildRequires: pkgconfig
BuildRequires: sysuser-tools
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)