From f5735d37d68467ba2d157a3c9895ada632c1f171 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 7 Feb 2023 12:50:41 -0500 Subject: [PATCH] Update to 3.5.1 Signed-off-by: Bryan Gurney --- .gitignore | 3 +++ sources | 6 +++--- stratisd.spec | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 993e059..469f9c2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 7fc2fcd..64c52cc 100644 --- a/sources +++ b/sources @@ -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 diff --git a/stratisd.spec b/stratisd.spec index 0a0781a..3113d83 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -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 - 3.5.1-1 +- Update to 3.5.1 + * Fri Feb 03 2023 Bryan Gurney - 3.5.0-4 - Remove debuginfo ignore from rpminspect.yaml