Accepting request 1141250 from Base:System
- Update to version 1.0.10: * Bump version to 1.0.10 * [build] Update dependencies * [all] Fix clippy lints and typos * [space_map] Allow non-zero values in unused index block entries * [thin_repair] Fix child keys checking on the node with a zero key * [thin_check] Tweak the logs to avoid confusion with node errors * [thin_check] Support overriding the details tree root * [tests] Update expected help text for _pack and _unpack * [all] Fix clippy lints on optional targets * [build] Simplify the pre-commit hooks by checking all the targets at once * [thin_metadata_unpack] Allow long format for input and output * [space map] Fix incorrect index_entry.nr_free while expansion * thin_metadata_pack: Allow long format for input and output OBS-URL: https://build.opensuse.org/request/show/1141250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thin-provisioning-tools?expand=0&rev=25
This commit is contained in:
commit
96e563e264
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/v1.0.9</param>
|
||||
<param name="revision">refs/tags/v1.0.10</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar" />
|
||||
<service mode="manual" name="recompress">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/jthornber/thin-provisioning-tools.git</param>
|
||||
<param name="changesrevision">1d60839b0a920df6476712b80f933854fb32e160</param></service></servicedata>
|
||||
<param name="changesrevision">17a24d4985b2025da4745ca091c3d93759b54f79</param></service></servicedata>
|
3
thin-provisioning-tools-1.0.10.tar.zst
Normal file
3
thin-provisioning-tools-1.0.10.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a66a25eca37a3e7279c1c2e341bd3014eb5a200fa713f9b31275b2033530291
|
||||
size 340888
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:884585df81b3dc2db9a084ebbe30eeefd10519865ac6ce695d7e1c68ebd07509
|
||||
size 341334
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 24 13:25:36 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 1.0.10:
|
||||
* Bump version to 1.0.10
|
||||
* [build] Update dependencies
|
||||
* [all] Fix clippy lints and typos
|
||||
* [space_map] Allow non-zero values in unused index block entries
|
||||
* [thin_repair] Fix child keys checking on the node with a zero key
|
||||
* [thin_check] Tweak the logs to avoid confusion with node errors
|
||||
* [thin_check] Support overriding the details tree root
|
||||
* [tests] Update expected help text for _pack and _unpack
|
||||
* [all] Fix clippy lints on optional targets
|
||||
* [build] Simplify the pre-commit hooks by checking all the targets at once
|
||||
* [thin_metadata_unpack] Allow long format for input and output
|
||||
* [space map] Fix incorrect index_entry.nr_free while expansion
|
||||
* thin_metadata_pack: Allow long format for input and output
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 14:36:10 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: thin-provisioning-tools
|
||||
version: 1.0.9
|
||||
mtime: 1702054516
|
||||
commit: 1d60839b0a920df6476712b80f933854fb32e160
|
||||
version: 1.0.10
|
||||
mtime: 1705311442
|
||||
commit: 17a24d4985b2025da4745ca091c3d93759b54f79
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package thin-provisioning-tools
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: thin-provisioning-tools
|
||||
Version: 1.0.9
|
||||
Version: 1.0.10
|
||||
Release: 0
|
||||
Summary: Thin Provisioning Tools
|
||||
License: GPL-3.0-only
|
||||
@ -28,7 +28,7 @@ Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: suse-module-tools
|
||||
Requires(post): coreutils
|
||||
Requires(postun):coreutils
|
||||
Requires(postun): coreutils
|
||||
Conflicts: device-mapper < 1.02.115
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e018710cb42a68c1cb41fdcdaabc3cb88d294acd3b7f790bd7db496795c1a251
|
||||
size 20803796
|
||||
oid sha256:7fe14f69596736b3eb3b320845e76246a6f21301eca5e5d368b1f923509495f1
|
||||
size 13481873
|
||||
|
Loading…
Reference in New Issue
Block a user