-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bf386c
commit c476703
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: tmt | ||
Version: 1.31.0 | ||
Version: 1.32.1 | ||
Release: %autorelease | ||
Summary: Test Management Tool | ||
|
||
|
@@ -148,6 +148,10 @@ install -pm 644 %{name}/steps/provision/mrack/mrack* %{buildroot}/etc/%{name}/ | |
%files -n tmt+all -f %{_pyproject_ghost_distinfo} | ||
|
||
%changelog | ||
* Thu Mar 28 2024 Martin Hoyer <[email protected]> - 1.32.1 | ||
- rpm .spec file version bump | ||
- Update pytest on c9s when using site-packages | ||
|
||
* Wed Mar 27 2024 Martin Hoyer <[email protected]> - 1.32.0 | ||
- Support Alpine Linux `apk` package manager | ||
- Update the `reportportal` plugin | ||
|