Update to 3.3.0

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2022-10-18 13:03:35 -04:00
parent 8b4a192316
commit 185bf57eff
4 changed files with 11 additions and 5 deletions

3
.gitignore vendored
View File

@ -54,3 +54,6 @@
/stratisd-3.2.3.crate
/stratisd-3.2.3.tar.gz
/stratisd-3.2.3-vendor.tar.gz
/stratisd-3.3.0.tar.gz
/stratisd-3.3.0-vendor.tar.gz
/stratisd-3.3.0.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.2.3.crate) = 4a54ef9c5bbc9d6d1b9ac721d41e3d0d1a11470b00af04e6f30412c7457d630373470c7292cc2748c2a4efa06944fc1844cb110586801e5aea3d3dc65f376f4c
SHA512 (stratisd-3.2.3.tar.gz) = 72cb836c75e50440872d8529ab5889d8041d8dc1317aa265718fa9bc8247dd09f05c104af0007c6aef3273c8ae2a68eb7abd7aba35fb426c61c080809493cebf
SHA512 (stratisd-3.2.3-vendor.tar.gz) = 8ecca7cf869e67948ded74b9cbe8e2e15923c69a81a33f442eea94722925801cd807fd23b33b457d71a95587ce5fa190021cd6a36378055d5f61fe41a2e540ee
SHA512 (stratisd-3.3.0.tar.gz) = 2aa129509ee69ef78343e13ddf66cc1b9cf16c4a5e5f0ce8ce733e535d129926316e26760a1c7923aace837b00e71a5638352b2f7f1aa0dcd68d1f6f4565c013
SHA512 (stratisd-3.3.0-vendor.tar.gz) = 9dede7c27b75011d832994ada9e4c8914fb1add34770168cfddfff6cf11d50fa43cfc846447752f17049568c62e0504eb34451cc8cdb064ae7e93f8a29d94412
SHA512 (stratisd-3.3.0.crate) = be63c9b71eb6dc4088ed7d4703f15f138678b822fb29a32cbad9c710632e0c363feb35a2c8875f29f42a53a677c3aa475e04151d6a05b5135ad94b66cb9dab6e

View File

@ -4,7 +4,7 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.2.3
Version: 3.3.0
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
@ -148,6 +148,9 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog
* Tue Oct 18 2022 Bryan Gurney <bgurney@redhat.com> - 3.3.0-1
- Update to 3.3.0
* Sun Aug 28 2022 mulhern <amulhern@redhat.com> - 3.2.3-1
- Update to 3.2.3

View File

@ -15,4 +15,4 @@
repositories:
- repo: "https://github.com/stratis-storage/testing.git"
dest: "testing"
version: "v3.2.0"
version: "v3.3.0"