From 0be15e2a5c91b3aa8630f0ce2d1b86449a1b384f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 21 Aug 2024 11:18:29 -0400 Subject: [PATCH] Disable autorelease/autochangelog Signed-off-by: Stephen Gallagher --- python-rpmautospec.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index dd64014..b1246c9 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -38,7 +38,7 @@ Name: python-%{srcname} Version: 0.6.5 -Release: %autorelease +Release: 0%{?dist} Summary: Package and CLI tool to generate release fields and changelogs License: MIT URL: https://github.com/fedora-infra/%{srcname} @@ -170,4 +170,6 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %endif %changelog -%autochangelog +* Wed Aug 21 2024 Stephen Gallagher - 0.6.5-0 +- Initial import +