Disable autorelease/autochangelog

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2024-08-21 11:18:29 -04:00
parent f0c991711d
commit 0be15e2a5c

View File

@ -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 <sgallagh@redhat.com> - 0.6.5-0
- Initial import