From cb761146afab402ec1ff5495af9868a7bbc0a890 Mon Sep 17 00:00:00 2001 From: trevorb Date: Wed, 5 Nov 2025 16:44:56 +1100 Subject: [PATCH] add %{?dist} to Release --- coova-chilli.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coova-chilli.spec b/coova-chilli.spec index 02fd697..12827c1 100644 --- a/coova-chilli.spec +++ b/coova-chilli.spec @@ -5,7 +5,7 @@ # Common info Name: %{realname} Version: %{realver} -Release: 1.3 +Release: 1.4%{?dist} License: GPL Group: Productivity/Networking/Security URL: http://coova.org/CoovaChilli @@ -99,6 +99,9 @@ Development files for %{name} %endif %changelog +* Wed Oct 05 2025 Trevor Batley %{realver}-1.4.sme +- add %{?dist} to Release so that .el8.sme included in rpm name [SME: 13272] + * Thu Oct 09 2025 Trevor Batley %{realver}-1.3.sme - change source url to github archive, where it now lives