From bbb74158e0df46296d802675a2acaba0348783a1 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Thu, 25 Apr 2024 16:10:16 -0400 Subject: [PATCH] Rebuild for new gating configuration Also use testing tag v3.6.2. Resolves: RHEL-33817 Signed-off-by: Bryan Gurney --- plans/unit.fmf | 2 +- stratisd.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plans/unit.fmf b/plans/unit.fmf index d5a7fc3..0cb437e 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -13,7 +13,7 @@ prepare: discover: how: shell url: https://github.com/stratis-storage/testing.git - ref: v3.6.0 + ref: v3.6.2 tests: - name: unit test: python3 stratisd_cert.py -v diff --git a/stratisd.spec b/stratisd.spec index 87543fe..0760933 100644 --- a/stratisd.spec +++ b/stratisd.spec @@ -5,7 +5,7 @@ Name: stratisd Version: 3.6.7 -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) @@ -181,6 +181,10 @@ a2x -f manpage docs/stratis-dumpmetadata.txt %{_mandir}/man8/stratis-dumpmetadata.8* %changelog +* Thu Apr 25 2024 Bryan Gurney - 3.6.7-2 +- Rebuild for new gating configuration +- Resolves: RHEL-33817 + * Wed Apr 24 2024 Bryan Gurney - 3.6.7-1 - Update to 3.6.7 - Resolves: RHEL-33817