From d89f500a81bfc66a2c216f7d73315be9b38abbb0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 21 Aug 2024 10:57:37 -0400 Subject: [PATCH] Don't use %autorelease and %changelog Signed-off-by: Stephen Gallagher --- python-rpmautospec-core.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-rpmautospec-core.spec b/python-rpmautospec-core.spec index 392eb3f..969fe2b 100644 --- a/python-rpmautospec-core.spec +++ b/python-rpmautospec-core.spec @@ -19,7 +19,7 @@ Name: python-%{canonicalname} Version: 0.1.5 -Release: %autorelease +Release: 0{%?dist} Summary: Minimum functionality for rpmautospec License: MIT @@ -94,4 +94,4 @@ echo '%{python3_sitelib}/%{srcname}*' > %{pyproject_files} %endif %changelog -%autochangelog +%{?autochangelog}