diff --git a/libstoragemgmt-1.10.2.tar.gz b/libstoragemgmt-1.10.2.tar.gz new file mode 100644 index 0000000..6a19574 --- /dev/null +++ b/libstoragemgmt-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca3b6e0996ef13ff0f6bb4af99d67004ffec3530723f57338caea48a23513cc +size 1056376 diff --git a/libstoragemgmt-1.9.8.tar.gz b/libstoragemgmt-1.9.8.tar.gz deleted file mode 100644 index 17ae9a8..0000000 --- a/libstoragemgmt-1.9.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4013fbd3b9abfe41550cdb047430884ca9c21079bff370d49b69053e9ac4a52c -size 1077662 diff --git a/libstoragemgmt.changes b/libstoragemgmt.changes index e544088..5fdccf5 100644 --- a/libstoragemgmt.changes +++ b/libstoragemgmt.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Jan 28 13:16:48 UTC 2025 - Michael Vetter + +- 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 + +- Update to 1.10.1: + * Correct 32 bit arch. issues + * Fix cppcheck error + +------------------------------------------------------------------- +Tue May 14 06:05:24 UTC 2024 - Michael Vetter + +- 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 diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index 4437ab9..ac80b44 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -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