From 19462a6f404115fe86488857a32cd2e046d8f3b1 Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Wed, 3 Apr 2024 09:22:17 +0200 Subject: [PATCH] Add missing %{dist} to Release It was removed accidentally during the latest release number. Resolves: RHEL-31239 Signed-off-by: Antonio Torres --- python-rjsmin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rjsmin.spec b/python-rjsmin.spec index ac7a822..86a8568 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -8,7 +8,7 @@ same results as the original jsmin.c.} Name: python-%{pypi_name} Version: 1.2.1 -Release: 7 +Release: 8%{?dist} Summary: Javascript Minifier License: Apache-2.0