Compare commits

...

1 Commits

Author SHA1 Message Date
Bryan Gurney 476162f42e Increase libcryptsetup-rs dependency lower bound to 0.8.0 2023-06-10 05:47:16 +00:00
4 changed files with 14 additions and 4 deletions

3
.gitignore vendored
View File

@ -49,3 +49,6 @@
/stratisd-3.5.5.tar.gz
/stratisd-3.5.5-vendor.tar.gz
/stratisd-3.5.5.crate
/stratisd-3.5.7.tar.gz
/stratisd-3.5.7-vendor.tar.gz
/stratisd-3.5.7.crate

3
.stratisd.metadata Normal file
View File

@ -0,0 +1,3 @@
2c2a8eeffd6a75a2b18f4c34ef334b6d33ae8be9 stratisd-3.5.7.tar.gz
b11c6c4b62ac7269412081c8f14abffcaea6bdf3 stratisd-3.5.7-vendor.tar.gz
1225c163c52ddbcbe07ff5355921af6f334ce80d stratisd-3.5.7.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.5.5.tar.gz) = 9ed5381b5301c1b2795ab55d76914af5befd7795911851acf1fc97a67b414d241d50acb0e00119944274f4ca1a8fff79b1797ddc3b35ea678b6fa181fd6ce48e
SHA512 (stratisd-3.5.5-vendor.tar.gz) = b79f706cb638f10381b68963a34cce005f299186edf372d08c7044c21a7e1b0da95cb8fcaf34cf802ed0dc54b7e71d0f4310bc43ce1fb0e43fc3c306fb59d931
SHA512 (stratisd-3.5.5.crate) = c003c7fd35a93c0aa57e064b03cc59ac668c575b748cb8b7a8ef0139e6f0b9f6ada544aead0240481c0c9a8b6ba2f259c8851d03e4c9498de22f05633ea3dfca
SHA512 (stratisd-3.5.7.tar.gz) = 8d353928b73cd3b0b4d0576b849f7249a07905b51051602c4f1e653ae20257921380e5c96c4256dfbd3a13f2fb8430bd40092bedba03a3643e56eced58d21a12
SHA512 (stratisd-3.5.7-vendor.tar.gz) = 0a62b64582455e462b4aa81d5ddd9f24d9e9b2abc3999ab03d2e5201213567e190826b3cd3e621d86643ef3619b3a21ad01cfc6cad105e4897dacb0b45e4895a
SHA512 (stratisd-3.5.7.crate) = 101754600d5c3d84393ad5665e623f6a1d204f510d6694292a62dfb6af634ed21bac2bc2754592fcf2f247173744afa6dbbc75963825551274881697f7eaf294

View File

@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.5.5
Version: 3.5.7
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
@ -180,6 +180,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
%{_mandir}/man8/stratis-dumpmetadata.8*
%changelog
* Thu Jun 08 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.7-1
- Increase libcryptsetup-rs dependency lower bound to 0.8.0
- Resolves: rhbz#2213277
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.5-1
- Update to version 3.5.5
- Resolves: rhbz#2167463