Accepting request 1240841 from Base:System

- Update to 1.10.2:
  * Correct a failure to build with gcc 15+ compiler tool chain.
- We waited for SR#1174101 to have libled1-devel but in the end
  it was named ledmon-devel. So adjust the name
- Add BR on libsgutils-devel as well

- Update to 1.10.1:
  * Correct 32 bit arch. issues
  * Fix cppcheck error

- Update to 1.10.0:
  * Fix hashlib.md5 usage
  * Fix megaraid plugin for hba-mode
  * Use ledmon library for controlling LEDs
  * Add LED API interface for LED slot identifiers
  * Fix megaraid plugin when no disks are attached
  * smi-s plugin fix error message

OBS-URL: https://build.opensuse.org/request/show/1240841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstoragemgmt?expand=0&rev=38
This commit is contained in:
2025-01-29 15:10:02 +00:00
committed by Git OBS Bridge
4 changed files with 35 additions and 6 deletions

BIN
libstoragemgmt-1.10.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libstoragemgmt-1.9.8.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Jan 28 13:16:48 UTC 2025 - Michael Vetter <mvetter@suse.com>
- Update to 1.10.2:
* Correct a failure to build with gcc 15+ compiler tool chain.
- We waited for SR#1174101 to have libled1-devel but in the end
it was named ledmon-devel. So adjust the name
- Add BR on libsgutils-devel as well
-------------------------------------------------------------------
Tue Jul 16 05:06:04 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.10.1:
* Correct 32 bit arch. issues
* Fix cppcheck error
-------------------------------------------------------------------
Tue May 14 06:05:24 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.10.0:
* Fix hashlib.md5 usage
* Fix megaraid plugin for hba-mode
* Use ledmon library for controlling LEDs
* Add LED API interface for LED slot identifiers
* Fix megaraid plugin when no disks are attached
* smi-s plugin fix error message
-------------------------------------------------------------------
Thu Mar 14 08:34:53 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package libstoragemgmt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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.8
Version: 1.10.2
Release: 0
Summary: Storage array management library
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -37,7 +37,9 @@ Source1: system-user-libstoragemgmt.conf
Patch0: move_to_run.patch
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: ledmon-devel
BuildRequires: libconfig-devel
BuildRequires: libsgutils-devel
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: sysuser-tools
@@ -300,7 +302,7 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/
%fdupes -s %{buildroot}%{python_sitelib}
%fdupes -s %{buildroot}%{python_sitearch}
%python3_fix_shebang
%{python3_fix_shebang}
%if 0%{?suse_version} >= 1600
%python3_fix_shebang_path %{buildroot}%{_libexecdir}/lsm.d/*
%endif