Re-add autorelease and autochangelog

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2024-08-21 13:47:00 -04:00
parent 44d48d23b9
commit db5ae9b2dc

View File

@ -19,7 +19,7 @@
Name: python-%{canonicalname} Name: python-%{canonicalname}
Version: 0.1.5 Version: 0.1.5
Release: 0%{?dist} Release: %autorelease
Summary: Minimum functionality for rpmautospec Summary: Minimum functionality for rpmautospec
License: MIT License: MIT
@ -94,6 +94,5 @@ echo '%{python3_sitelib}/%{srcname}*' > %{pyproject_files}
%endif %endif
%changelog %changelog
* Wed Aug 21 2024 Stephen Gallagher <sgallagh@redhat.com> - 0.1.5-0 %autochangelog
- Initial import of python-rpmautospec-core