Update to 3.2.1
This commit is contained in:
parent
a51f800c9f
commit
d51cb97950
3
.gitignore
vendored
3
.gitignore
vendored
@ -45,3 +45,6 @@
|
||||
/stratisd-3.1.2.crate
|
||||
/stratisd-3.1.2.tar.gz
|
||||
/stratisd-3.1.2-vendor.tar.gz
|
||||
/stratisd-3.2.1.crate
|
||||
/stratisd-3.2.1.tar.gz
|
||||
/stratisd-3.2.1-vendor.tar.gz
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (stratisd-3.1.2.crate) = d72c0e3a63db34f6b93757135ebaf4069a492ce77597e129523892b46b68f80187e7c455c32a509fdd43687b1f111c3ef33d2f3bd3d01a884e5c74549784ebd7
|
||||
SHA512 (stratisd-3.1.2.tar.gz) = e3e3f1741f8190c09edc333657bb5677ecf9a9847d61d3b2a769082d89e0258d2f90f6f125872b3737b9ca72ffacad9f39c544d7547005d9bce24dc75b5d0f1b
|
||||
SHA512 (stratisd-3.1.2-vendor.tar.gz) = 09deaac7479c0fa1ce145e88181da5dbcccd2dc421b3a329f45d631aeed209170a0ed7f4afbf3c585f6a3400c135ae655eb4a6446da88692a21e14930be3138d
|
||||
SHA512 (stratisd-3.2.1.crate) = 7fade121b24a82ff629a3175737227d36149a3af09ee239a18c38ebc5a653b9a660f2427e5eec4024e4b829993e1e72c5513b019c0ce7dae5e7ad51903059d39
|
||||
SHA512 (stratisd-3.2.1.tar.gz) = 81236b30a25ea0638b6bfbf952f9b1fa46b33f351ce2cc228d73f8e196f3da26a41209e237a613c8ca4c44ec7023486b2073f6ef8e2aa450dc715153fea9e8f2
|
||||
SHA512 (stratisd-3.2.1-vendor.tar.gz) = 8e413ba948c3dcf4be891cefe479f9d5b2cda911d220ef295418dcfea2fda0f8574a88e0d18c35efed2fc57bb16ee0745b5485446a183b13d3d072c632c5e0b3
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# ASL 2.0
|
||||
@ -53,6 +53,8 @@ Requires: dbus-libs
|
||||
Requires: cryptsetup-libs
|
||||
Requires: libblkid
|
||||
|
||||
# stratisd does not require clevis; it can be used in restricted environments
|
||||
# where clevis is not available.
|
||||
Recommends: clevis-luks >= 18
|
||||
|
||||
%description
|
||||
@ -146,6 +148,9 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Fri Jul 29 2022 mulhern <amulhern@redhat.com> - 3.2.1-1
|
||||
- Update to 3.2.1
|
||||
|
||||
* Wed Jul 27 2022 mulhern <amulhern@redhat.com> - 3.1.2-2
|
||||
- Run all gating tests that require no devices
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
||||
repositories:
|
||||
- repo: "https://github.com/stratis-storage/testing.git"
|
||||
dest: "testing"
|
||||
version: "v3.1.2"
|
||||
version: "v3.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user