Update to version 3.4.0
- 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 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
630e85bba5
commit
bb49a46b38
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,3 +34,6 @@
|
||||
/stratisd-3.2.2.tar.gz
|
||||
/stratisd-3.2.2-vendor.tar.gz
|
||||
/stratisd-3.2.2.crate
|
||||
/stratisd-3.4.0.tar.gz
|
||||
/stratisd-3.4.0-vendor.tar.gz
|
||||
/stratisd-3.4.0.crate
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (stratisd-3.2.2.tar.gz) = 22daf5153616c6a8d1ed12e9f2468a36db70b53ba93d54651812d46f9fda465ee8574c7f8eca88def323c02dbcfe81e07e4256bc04f05987a52fc7e3d41f9607
|
||||
SHA512 (stratisd-3.2.2-vendor.tar.gz) = 33dbed4d20879eb97bccbd76e737320f47a686dd47270bad879cdbf4181d35bd4267d14123017a33dfbce7336ae478aa3e304843ca3fc3218b8064d56d8ca199
|
||||
SHA512 (stratisd-3.2.2.crate) = 2b1fbf44879535dcaa900324d9d3ca03630644d9825a4aa022997cb842c397398434d35ef914788a829a54cf451263d8d5e2d987d36587220c1ab34045f4c1de
|
||||
SHA512 (stratisd-3.4.0.tar.gz) = c147f54cc6a79e1c6ebd7538f14b7453d826692d4d49c2b130ca8b6d52eb85eb0ffbe059b7f7ae94260ba08fdb7f34d8f0531a393e0a73750a1d103712619531
|
||||
SHA512 (stratisd-3.4.0-vendor.tar.gz) = f12c50bf4864e0176d915be553381bd0664a37a0a15c0442ba7013d4e294938d1630a91518f3cff77cd67deebc9b1ace02527e466565be26ed8fa9e36c7bb013
|
||||
SHA512 (stratisd-3.4.0.crate) = e1a64b8fae6747eb5e9be6d9ebab91bba5546d9a01710e08eed5a41069c68638670dbd4f64726a1a1fa147da96b1bc0f8b4a9854237a5c6220716a4b01700dcf
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.2.2
|
||||
Version: 3.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
@ -150,6 +150,18 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
@ -15,4 +15,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.2.0"
|
||||
version: "v3.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user