Sync from SUSE:SLFO:Main libstorage-ng revision 5457898b049c616102da364e6bdfd958

This commit is contained in:
Adrian Schröter 2025-02-17 08:19:38 +01:00
parent 3557e3378d
commit b7a9c379a7
4 changed files with 126 additions and 5 deletions

BIN
libstorage-ng-4.5.216.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libstorage-ng-4.5.232.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,122 @@
--------------------------------------------------------------------
Mon Feb 10 17:01:46 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1014
- protect vg and lv name with two dashes
- 4.5.232
--------------------------------------------------------------------
Thu Feb 6 16:40:04 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1013
- handle optimal-io-size in RAID topology calculation (bsc#1236687)
- 4.5.231
--------------------------------------------------------------------
Wed Feb 5 11:25:09 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1012
- handle optimal io size when calculating LUKS devices size
(bsc#1236687)
- improved logging
- 4.5.230
--------------------------------------------------------------------
Mon Feb 3 12:25:26 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1011
- improved space info calculation
- 4.5.229
--------------------------------------------------------------------
Thu Jan 30 16:10:53 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1010
- extended parser for df command
- added unit tests
- coding style
- 4.5.228
--------------------------------------------------------------------
Tue Jan 28 15:15:27 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1009
- fixed typo
- 4.5.227
--------------------------------------------------------------------
Thu Jan 23 16:34:27 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1008
- add additional udevadm settle call
- added note
- mark snapper related functions as deprecated
- avoid deprecated functions in testsuite
- 4.5.226
--------------------------------------------------------------------
Tue Jan 21 10:42:57 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1007
- avoid deprecated functions in testsuite
- 4.5.225
--------------------------------------------------------------------
Mon Jan 20 16:35:59 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1006
- added include statements (for gcc15)
- 4.5.224
--------------------------------------------------------------------
Mon Jan 13 11:37:37 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1005
- added provides with explicit ruby version (bsc#1235598)
- 4.5.223
--------------------------------------------------------------------
Thu Jan 9 09:26:48 UTC 2025 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1004
- allow to disable blkdiscard calls
- 4.5.222
--------------------------------------------------------------------
Thu Dec 19 09:53:24 UTC 2024 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1003
- update testcase for new snapper workflow
- 4.5.221
--------------------------------------------------------------------
Wed Dec 4 12:12:41 UTC 2024 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1002
- fixed removing descendants
- 4.5.220
--------------------------------------------------------------------
Thu Aug 1 17:09:39 UTC 2024 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1001
- added unit test
- 4.5.219
--------------------------------------------------------------------
Tue Jul 16 15:00:31 UTC 2024 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#1000
- coding style
- 4.5.218
--------------------------------------------------------------------
Wed Jul 10 10:08:42 UTC 2024 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#999
- use cryptsetup to get uuid of newly created luks
- 4.5.217
-------------------------------------------------------------------- --------------------------------------------------------------------
Wed Jul 3 12:55:49 UTC 2024 - aschnell@suse.com Wed Jul 3 12:55:49 UTC 2024 - aschnell@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libstorage-ng # spec file for package libstorage-ng
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define libname %{name}1 %define libname %{name}1
Name: libstorage-ng Name: libstorage-ng
Version: 4.5.216 Version: 4.5.232
Release: 0 Release: 0
Summary: Library for storage management Summary: Library for storage management
License: GPL-2.0-only License: GPL-2.0-only
@ -123,6 +123,7 @@ Summary: Python bindings for libstorage-ng
Group: System/Libraries Group: System/Libraries
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Obsoletes: libstorage-python Obsoletes: libstorage-python
Provides: libstorage-ng-python-%{py3_ver}
%description python3 %description python3
This package contains Python bindings for libstorage-ng. This package contains Python bindings for libstorage-ng.
@ -132,6 +133,7 @@ Summary: Ruby bindings for libstorage-ng
Group: System/Libraries Group: System/Libraries
Requires: %{libname} = %{version} Requires: %{libname} = %{version}
Obsoletes: libstorage-ruby Obsoletes: libstorage-ruby
Provides: libstorage-ng-ruby-%{rb_ver}
%description ruby %description ruby
This package contains Ruby bindings for libstorage-ng. This package contains Ruby bindings for libstorage-ng.