diff --git a/.gitignore b/.gitignore index c4ea267..fc8fabd 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,9 @@ /stratisd-3.3.0.tar.gz /stratisd-3.3.0-vendor.tar.gz /stratisd-3.3.0.crate +/stratisd-3.4.0.tar.gz +/stratisd-3.4.0-vendor.tar.gz +/stratisd-3.4.0.crate +/stratisd-3.4.1.tar.gz +/stratisd-3.4.1-vendor.tar.gz +/stratisd-3.4.1.crate diff --git a/sources b/sources index 012ee29..7a6c4d0 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (stratisd-3.3.0.tar.gz) = 2aa129509ee69ef78343e13ddf66cc1b9cf16c4a5e5f0ce8ce733e535d129926316e26760a1c7923aace837b00e71a5638352b2f7f1aa0dcd68d1f6f4565c013 -SHA512 (stratisd-3.3.0-vendor.tar.gz) = 9dede7c27b75011d832994ada9e4c8914fb1add34770168cfddfff6cf11d50fa43cfc846447752f17049568c62e0504eb34451cc8cdb064ae7e93f8a29d94412 -SHA512 (stratisd-3.3.0.crate) = be63c9b71eb6dc4088ed7d4703f15f138678b822fb29a32cbad9c710632e0c363feb35a2c8875f29f42a53a677c3aa475e04151d6a05b5135ad94b66cb9dab6e +SHA512 (stratisd-3.4.1.tar.gz) = ac727fbda86956e9d1268c5517b2c13a1b204919d81a9cb6c6a415085f4f9f86e8c0677c6b791faf8dc66656c9214960fcb14493ca2a9863fd51064c9555e01f +SHA512 (stratisd-3.4.1-vendor.tar.gz) = 093ea494b37b3acafe5f16c5214115739f8c6ee4e939b3661835b9c84308410afe3a2a6c73305789c519eb41b644b9cbbd4263d33ff22d6367100ec7c14ab878 +SHA512 (stratisd-3.4.1.crate) = 888102902fdcd0f167cdf09ad40869baac56e0e764cbf698999c4b0798c807bd4c10ff28f98c0b878d71d8e24e3ca3dcb6741935f674dfb61d5e28ffd08567f9 diff --git a/stratisd.spec b/stratisd.spec index 3bd809e..df69b8e 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -4,7 +4,7 @@ %global dracutdir %(pkg-config --variable=dracutdir dracut) Name: stratisd -Version: 3.3.0 +Version: 3.4.1 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 Nov 29 2022 Bryan Gurney - 3.4.1-1 +- Update to 3.4.1 + * Tue Oct 18 2022 Bryan Gurney - 3.3.0-1 - Update to 3.3.0 diff --git a/tests/tests.yml b/tests/tests.yml index 503a586..b8b94ae 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -15,4 +15,4 @@ repositories: - repo: "https://github.com/stratis-storage/testing.git" dest: "testing" - version: "v3.3.0" + version: "v3.4.0"