Set a per-command ioctl version in device-mapper header
Resolves: rhbz#2112461 Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
parent
0b789f1262
commit
a433b6b8a2
3
.gitignore
vendored
3
.gitignore
vendored
@ -28,3 +28,6 @@
|
||||
/stratisd-3.2.0.tar.gz
|
||||
/stratisd-3.2.0-vendor.tar.gz
|
||||
/stratisd-3.2.0.crate
|
||||
/stratisd-3.2.1.tar.gz
|
||||
/stratisd-3.2.1-vendor.tar.gz
|
||||
/stratisd-3.2.1.crate
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (stratisd-3.2.0.tar.gz) = c60a71ada190571a434783d7d5a55bf7c1821363468139f01099f30846a677d500a1d1f8e67e58a851808a4df03ca8e8b13d064f5b56617ace19536c46d62446
|
||||
SHA512 (stratisd-3.2.0-vendor.tar.gz) = c0e43b05e3f80f7015d923dd4972b91636e99728bc63da1ae50aae7ece25670296864011ad4974af9d2b60307d416bf7de80a99cfdff39709326f2a1edf45c4a
|
||||
SHA512 (stratisd-3.2.0.crate) = cec00f4ba3910807410087e52c289280a5e4526d3b5359bd8f1d4ffeb7254b359b92a999d0e8086963f4ca537e48e701ddec76b470100ff5d4fd429b1ec52332
|
||||
SHA512 (stratisd-3.2.1.tar.gz) = 81236b30a25ea0638b6bfbf952f9b1fa46b33f351ce2cc228d73f8e196f3da26a41209e237a613c8ca4c44ec7023486b2073f6ef8e2aa450dc715153fea9e8f2
|
||||
SHA512 (stratisd-3.2.1-vendor.tar.gz) = 8e413ba948c3dcf4be891cefe479f9d5b2cda911d220ef295418dcfea2fda0f8574a88e0d18c35efed2fc57bb16ee0745b5485446a183b13d3d072c632c5e0b3
|
||||
SHA512 (stratisd-3.2.1.crate) = 7fade121b24a82ff629a3175737227d36149a3af09ee239a18c38ebc5a653b9a660f2427e5eec4024e4b829993e1e72c5513b019c0ce7dae5e7ad51903059d39
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global dracutdir %(pkg-config --variable=dracutdir dracut)
|
||||
|
||||
Name: stratisd
|
||||
Version: 3.2.0
|
||||
Version: 3.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
@ -150,6 +150,10 @@ a2x -f manpage docs/stratisd.txt
|
||||
%{_systemd_util_dir}/system-generators/stratis-setup-generator
|
||||
|
||||
%changelog
|
||||
* Mon Aug 01 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.1-1
|
||||
- Set a per-command ioctl version in device-mapper header
|
||||
- Resolves: rhbz#2112461
|
||||
|
||||
* Fri Jul 08 2022 Bryan Gurney <bgurney@redhat.com> - 3.2.0-1
|
||||
- Add the ability to stop and start pools
|
||||
- Resolves: rhbz#2039960
|
||||
|
@ -8,11 +8,7 @@
|
||||
- simple:
|
||||
dir: ./testing/
|
||||
run: >
|
||||
python stratisd_cert.py -v
|
||||
StratisdManPageCertify
|
||||
StratisdCmdCertify
|
||||
PredictusageCertify
|
||||
StratisMinCertify
|
||||
python3 stratisd_cert.py -v
|
||||
required_packages:
|
||||
- util-linux
|
||||
- python3-psutil
|
||||
|
Loading…
Reference in New Issue
Block a user