From 817edc3b0853dbb1a3972fc193dbd29d21129c6d Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 27 Jul 2023 23:05:51 -0400 Subject: [PATCH] Add additional dependency for TMT tests --- plans/unit.fmf | 7 ++++++- stratisd.spec | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/plans/unit.fmf b/plans/unit.fmf index 6bb5248..9339ea5 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -3,7 +3,12 @@ summary: stratisd unit tests prepare: - name: Install packages how: install - package: [stratisd, stratisd-tools, util-linux, python3-psutil] + package: + - stratisd + - stratisd-tools + - util-linux + - python3-psutil + - python3-dbus discover: how: shell diff --git a/stratisd.spec b/stratisd.spec index 8d73855..efe1b1b 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.5.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Daemon that manages block devices to create filesystems License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) @@ -192,7 +192,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog -* Thu Jul 27 2023 mulhern - 3.5.8 +* Thu Jul 27 2023 mulhern - 3.5.8-2 +- Add additional dependency for TMT tests + +* Thu Jul 27 2023 mulhern - 3.5.8-1 - Update to 3.5.8 * Sat Jul 22 2023 Fedora Release Engineering - 3.5.7-3