diff --git a/libstorage-ng-4.5.216.tar.xz b/libstorage-ng-4.5.216.tar.xz deleted file mode 100644 index b8adc89..0000000 --- a/libstorage-ng-4.5.216.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00205f92ef6e757dbc0d3bd5043483f4911c895ce55df336a351093ac3b5f87d -size 918368 diff --git a/libstorage-ng-4.5.232.tar.xz b/libstorage-ng-4.5.232.tar.xz new file mode 100644 index 0000000..7ac0872 --- /dev/null +++ b/libstorage-ng-4.5.232.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aea956d4cd1473368f0110d086f5f065fffb7a8044624cd8d9bdad39a4eb805 +size 919880 diff --git a/libstorage-ng.changes b/libstorage-ng.changes index 4666f31..24dc053 100644 --- a/libstorage-ng.changes +++ b/libstorage-ng.changes @@ -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 diff --git a/libstorage-ng.spec b/libstorage-ng.spec index 95157af..5f43eaa 100644 --- a/libstorage-ng.spec +++ b/libstorage-ng.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.216 +Version: 4.5.232 Release: 0 Summary: Library for storage management License: GPL-2.0-only @@ -123,6 +123,7 @@ Summary: Python bindings for libstorage-ng Group: System/Libraries Requires: %{libname} = %{version} Obsoletes: libstorage-python +Provides: libstorage-ng-python-%{py3_ver} %description python3 This package contains Python bindings for libstorage-ng. @@ -132,6 +133,7 @@ Summary: Ruby bindings for libstorage-ng Group: System/Libraries Requires: %{libname} = %{version} Obsoletes: libstorage-ruby +Provides: libstorage-ng-ruby-%{rb_ver} %description ruby This package contains Ruby bindings for libstorage-ng.