From a433b6b8a2a25122677a80cb901fa9226ef6c92c Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 1 Aug 2022 08:44:58 -0400 Subject: [PATCH] Set a per-command ioctl version in device-mapper header Resolves: rhbz#2112461 Signed-off-by: Bryan Gurney --- .gitignore | 3 +++ sources | 6 +++--- stratisd.spec | 6 +++++- tests/tests.yml | 6 +----- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 0384451..52a1027 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 4ad745e..c41bb46 100644 --- a/sources +++ b/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 diff --git a/stratisd.spec b/stratisd.spec index 344ed2e..10854db 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -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 - 3.2.1-1 +- Set a per-command ioctl version in device-mapper header +- Resolves: rhbz#2112461 + * Fri Jul 08 2022 Bryan Gurney - 3.2.0-1 - Add the ability to stop and start pools - Resolves: rhbz#2039960 diff --git a/tests/tests.yml b/tests/tests.yml index e14d4eb..1e778e5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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