From 0530367b2bb3777cb5e14fa288aaef272bf04eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Mon, 8 Mar 2021 18:17:59 +0100 Subject: [PATCH] Bump NVR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Cami --- freeipa-healthcheck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/freeipa-healthcheck.spec b/freeipa-healthcheck.spec index 163b8c3..8170ec3 100644 --- a/freeipa-healthcheck.spec +++ b/freeipa-healthcheck.spec @@ -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 - 0.8-6 +- Make the spec file distribution-agnostic (rhbz#1935773). + * Tue Mar 2 2021 Alexander Scheel - 0.8-5 - Make the spec file more distribution-agnostic - Use tox as the test runner when tests are enabled