Update to 3.1.1
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
e0ab46ca72
commit
c3902e1c6a
3
.gitignore
vendored
3
.gitignore
vendored
@ -39,3 +39,6 @@
|
||||
/stratisd-3.1.0.tar.gz
|
||||
/stratisd-3.1.0-vendor.tar.gz
|
||||
/stratisd-3.1.0.crate
|
||||
/stratisd-3.1.1.tar.gz
|
||||
/stratisd-3.1.1-vendor.tar.gz
|
||||
/stratisd-3.1.1.crate
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (stratisd-3.1.0.tar.gz) = 3a0e5fc3e1dcf19dbbf060324fe19637a50ef0ff219aa5c8e6d5d8a84b8d98f939c10d602edd999a01cf9c9be503bfe88d1a7aa66ded1e3ff142021aa40fe239
|
||||
SHA512 (stratisd-3.1.0-vendor.tar.gz) = e8b5e78f24453133f21559a2824a185efac39cfa2397e12c621d189b1c5f55a4529f930e4cc77bcd423d98ab440d595ec95612546f37857205a4fc35a5664ddb
|
||||
SHA512 (stratisd-3.1.0.crate) = 9f1eaab6df58fd162d47e5213129ff46be6eaaf0c72b2bb1ef51bdebeb0ba7e625d546ac0068b2deb1a14bf676f9b7c205f63ae548837d8908405fc57fee4b92
|
||||
SHA512 (stratisd-3.1.1.tar.gz) = dc3258a7c264ec2fd5b8d5b9fc44b6ceb0bca479d27e30e6dbb2a15712f351bd2f0e60cd8886e1344bfc3b1dab0d7e5149ca91dfed71a3d8527ea6d48883fa5b
|
||||
SHA512 (stratisd-3.1.1-vendor.tar.gz) = 606ecba36ec7a4b8e8f890d06da310177e27b8d535805fad8e9398baaf932bc8b7475e2878352aa2a8019c38eff10daf55614d99571ed560f811900cb667b838
|
||||
SHA512 (stratisd-3.1.1.crate) = 70a01e21bd12b62650d966986038a52b6dbfd1e2b0f41a1b984fa5d320c0e2229926a7d3bedd746ada4081c2a69ec57d30bbef8c48fa9a3cd5f3fe378f37af9f
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 3.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# ASL 2.0
|
||||
@ -146,6 +146,9 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Tue Jul 12 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.1-1
|
||||
- Update to 3.1.1
|
||||
|
||||
* Fri Jul 01 2022 Bryan Gurney <bgurney@redhat.com> - 3.1.0-5
|
||||
- Refine gating tests to minimal set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user