Rebuild for new gating configuration

Also use testing tag v3.6.2.

Resolves: RHEL-33817

Signed-off-by: Bryan Gurney <bgurney@redhat.com>
This commit is contained in:
Bryan Gurney 2024-04-25 16:10:16 -04:00
parent bd8d193daf
commit bbb74158e0
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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 <bgurney@redhat.com> - 3.6.7-2
- Rebuild for new gating configuration
- Resolves: RHEL-33817
* Wed Apr 24 2024 Bryan Gurney <bgurney@redhat.com> - 3.6.7-1
- Update to 3.6.7
- Resolves: RHEL-33817