Add additional dependency for TMT tests
This commit is contained in:
parent
90d394cfab
commit
817edc3b08
@ -3,7 +3,12 @@ summary: stratisd unit tests
|
|||||||
prepare:
|
prepare:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
how: install
|
how: install
|
||||||
package: [stratisd, stratisd-tools, util-linux, python3-psutil]
|
package:
|
||||||
|
- stratisd
|
||||||
|
- stratisd-tools
|
||||||
|
- util-linux
|
||||||
|
- python3-psutil
|
||||||
|
- python3-dbus
|
||||||
|
|
||||||
discover:
|
discover:
|
||||||
how: shell
|
how: shell
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: stratisd
|
Name: stratisd
|
||||||
Version: 3.5.8
|
Version: 3.5.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Daemon that manages block devices to create filesystems
|
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)
|
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*
|
%{_mandir}/man8/stratis-dumpmetadata.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 27 2023 mulhern <amulhern@redhat.com> - 3.5.8
|
* Thu Jul 27 2023 mulhern <amulhern@redhat.com> - 3.5.8-2
|
||||||
|
- Add additional dependency for TMT tests
|
||||||
|
|
||||||
|
* Thu Jul 27 2023 mulhern <amulhern@redhat.com> - 3.5.8-1
|
||||||
- Update to 3.5.8
|
- Update to 3.5.8
|
||||||
|
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.7-3
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.7-3
|
||||||
|
Loading…
Reference in New Issue
Block a user