import stratisd-3.4.4-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:28:18 +00:00 committed by Stepan Oksanichenko
parent ed56d9dc6c
commit c6c1e63a7e
3 changed files with 31 additions and 7 deletions

6
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/stratisd-3.2.2-vendor.tar.gz
SOURCES/stratisd-3.2.2.crate
SOURCES/stratisd-3.2.2.tar.gz
SOURCES/stratisd-3.4.4-vendor.tar.gz
SOURCES/stratisd-3.4.4.crate
SOURCES/stratisd-3.4.4.tar.gz

View File

@ -1,3 +1,3 @@
7b21dc77d31b9d08e0a0b91ad77401a36d39a572 SOURCES/stratisd-3.2.2-vendor.tar.gz
b4f505b866daf9c7922ddebd430e81a23d328d05 SOURCES/stratisd-3.2.2.crate
f313a35e9cd4b56df496f8813b01e93a67b31470 SOURCES/stratisd-3.2.2.tar.gz
de15861e853524ddfde150a4be3087a358735ad0 SOURCES/stratisd-3.4.4-vendor.tar.gz
687ec4f71bd84890437e16ce44ccefc6ac00f8ee SOURCES/stratisd-3.4.4.crate
b6aa3c0cfbeef4b21c8bed10558403e17b8a90f1 SOURCES/stratisd-3.4.4.tar.gz

View File

@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.2.2
Version: 3.4.4
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
@ -150,6 +150,30 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog
* Tue Jan 03 2023 Bryan Gurney <bgurney@redhat.com> - 3.4.4-1
- Use devicemapper-rs version 0.32.3
- Resolves: rhbz#2155689
* Fri Dec 16 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.3-1
- Migrate pool for start pool by name functionality
- Resolves: rhbz#2153593
* Tue Dec 06 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.2-1
- Increase amount of space allocated for thin pool metadata
- Resolves: rhbz#2150109
* Wed Nov 23 2022 Bryan Gurney <bgurney@redhat.com> - 3.4.0-1
- Update to version 3.4.0
- Resolves: rhbz#2124976
- Allow a pool to make use of added capacity of a block device
- Resolves: rhbz#2039955
- Enforce per-pool consistency of block device sector sizes
- Resolves: rhbz#2039957
- Do not read data from device specified in udev remove event
- Resolves: rhbz#2124681
- Specify pool to start by its name
- Resolves: rhbz#2125012
* Wed Aug 24 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.2-1
- Fix assertion for migrating from greedy to lazy allocation
- Resolves: rhbz#2119537