Signed-off-by: François Cami <fcami@redhat.com>
This commit is contained in:
François Cami 2021-03-08 18:17:59 +01:00
parent 7403967ab5
commit 0530367b2b

View File

@ -17,7 +17,7 @@
Name: %{prefix}-healthcheck
Version: 0.8
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Health check tool for %{productname}
BuildArch: noarch
License: GPLv3
@ -158,6 +158,9 @@ tox -epy3
%changelog
* Mon Mar 8 2021 François Cami <fcami@redhat.com> - 0.8-6
- Make the spec file distribution-agnostic (rhbz#1935773).
* Tue Mar 2 2021 Alexander Scheel <ascheel@redhat.com> - 0.8-5
- Make the spec file more distribution-agnostic
- Use tox as the test runner when tests are enabled