From fb556c256485a3cfea3afe1adfc116297a0f08c6 Mon Sep 17 00:00:00 2001 From: Jan Friesse Date: Mon, 4 May 2020 11:32:56 +0200 Subject: [PATCH] Add ?dist macro to release field Signed-off-by: Jan Friesse --- booth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/booth.spec b/booth.spec index 405d229..69bd25e 100644 --- a/booth.spec +++ b/booth.spec @@ -57,7 +57,7 @@ Name: booth Version: %{boothver} -Release: %{boothrel}%{dist} +Release: %{boothrel}%{?dist}.1 Summary: Ticket Manager for Multi-site Clusters License: GPLv2+ Url: https://github.com/%{github_owner}/%{name} @@ -265,6 +265,9 @@ VERBOSE=1 make check /usr/lib/ocf/resource.d/booth/sharedrsc %changelog +* Mon May 4 2020 Jan Friesse - 1.0-4.5d837d2.git.1 +- Add '?dist' macro to release field + * Mon May 4 2020 Jan Friesse - 1.0-4.5d837d2.git - Update to current snapshot (commit 5d837d2) to build with gcc10 - Pass full path of Python3 to configure