Update to 3.5.1

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2023-02-07 12:50:41 -05:00
parent 7be26b9431
commit f5735d37d6
3 changed files with 11 additions and 5 deletions

3
.gitignore vendored
View File

@ -75,3 +75,6 @@
/stratisd-3.5.0.tar.gz
/stratisd-3.5.0-vendor.tar.gz
/stratisd-3.5.0.crate
/stratisd-3.5.1.tar.gz
/stratisd-3.5.1-vendor.tar.gz
/stratisd-3.5.1.crate

View File

@ -1,3 +1,3 @@
SHA512 (stratisd-3.5.0.tar.gz) = ed176dd0196ac58b50a57f3c77ab2cb6af8c17beed5fea59da5f0bc9a61d43d8758f3313fb9c26ba4379382bfd237584f5b61fa68db76250a750cd0891ecedb6
SHA512 (stratisd-3.5.0-vendor.tar.gz) = bb0d2ba1aa78ad8664956764501f26c7a2b9d34469dc6c1102d6657da5deaca7866f992bb959d1af13335db93d780212234669b69eed2e6fa1e60a2088e2c48e
SHA512 (stratisd-3.5.0.crate) = f1dfcca8d0c51baad1d7d587f3a38036bf5bc4d38089c30a2ab80d0e2f19715c8d1b24c260aa3e9b1548e20bc9040d1f22423e03a8fd6a483b5406c3e6be7960
SHA512 (stratisd-3.5.1.tar.gz) = 4aae8ff170ac0c2d8964d87172c4ff5bf3a82c93d4cc5f4b4df5fe32ddb06e7f3717cbba3899473f22724acd590d1f47fe5c5c17bef5d427044d1b0ac342395e
SHA512 (stratisd-3.5.1-vendor.tar.gz) = 1ac933630bd3a12c082d1ff0afb48498295c39a23cf427e7347a80a9d256f88df052ea2ee74415b41c7f3c081189c728b87f034a435f49bb92690ec68ecd9cbb
SHA512 (stratisd-3.5.1.crate) = f9242c553f1537754a974440785ff67bd196cc6378b6bbcba96fb86674f715d065bcdf284355ba8a22ceace20542770889182cfbee98a54d37f9b23587df7d13

View File

@ -4,8 +4,8 @@
%global dracutdir %(pkg-config --variable=dracutdir dracut)
Name: stratisd
Version: 3.5.0
Release: 4%{?dist}
Version: 3.5.1
Release: 1%{?dist}
Summary: Daemon that manages block devices to create filesystems
# ASL 2.0
@ -155,6 +155,9 @@ a2x -f manpage docs/stratisd.txt
%{_systemd_util_dir}/system-generators/stratis-setup-generator
%changelog
* Tue Feb 07 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.1-1
- Update to 3.5.1
* Fri Feb 03 2023 Bryan Gurney <bgurney@redhat.com> - 3.5.0-4
- Remove debuginfo ignore from rpminspect.yaml