Update to 3.5.3

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-04-17 11:26:48 -04:00
parent ed8b0f9bfa
commit 8f41bc20a3
3 changed files with 11 additions and 5 deletions

3
.gitignore vendored
View File

@ -81,3 +81,6 @@
/stratisd-3.5.2.tar.gz
/stratisd-3.5.2-vendor.tar.gz
/stratisd-3.5.2.crate
/stratisd-3.5.3.tar.gz
/stratisd-3.5.3-vendor.tar.gz
/stratisd-3.5.3.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.5.2.tar.gz) = 564c695ce55e716808871ffc9ff2eac069d8ec734198c1a4a2a24c43a811472f412011d2cfdf282f375f5b20db5daf165d8d561f981305b48adc351bfef3ae54
SHA512 (stratisd-3.5.2-vendor.tar.gz) = ccddb3157cefd8b175f706ce1a69acd2866efc521dc776cf34197666e2c2672d6be5e71ddea3159c9ea9c831f3a1d357dba2f62fb454d616aa8ad512dffc8e48
SHA512 (stratisd-3.5.2.crate) = ce967587a2f64f0f8526e5610864132427493b37bef9511189c866a331e41978036a30de6d8bb391b533edd3ea5f00ed199bf9b3056d6ee9a989fa5dbb1ffccb
SHA512 (stratisd-3.5.3.tar.gz) = a3a121b2550036b85eb8cdfcb15bd5396df22030365ca0d40258599874157e5be11b3070bf8ac70c046eb2a4db85fa11c40b1858ef2c2abf3a1240a0dd5ad92f
SHA512 (stratisd-3.5.3-vendor.tar.gz) = ec78b990471870a93f8636152d8173bc026e90408206ac5e4e401d7de5619c363c48ba387fac81800ebc1fa80b488830741fae52311f3dccd18a14f8816ed469
SHA512 (stratisd-3.5.3.crate) = 87834274c1b9754b52b77a5dad221b84a7fc20adab489b7c66b7f48dbbb12479053e7e99cd095fc3418c1e99b815fb66b1ab31f7184c0631b5182904cfcd36fd

View File

@ -4,8 +4,8 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.5.2
Release: 2%{?dist}
Version: 3.5.3
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
# ASL 2.0
@ -174,6 +174,9 @@ a2x -f manpage docs/stratis-dumpmetadata.txt
%{_mandir}/man8/stratis-dumpmetadata.8*
%changelog
* Mon Apr 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.3-1
- Update to 3.5.3
* Fri Mar 17 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.2-2
- Add BuildRequires for device-mapper-devel