Convert to %autorelease and %autochangelog

[skip changelog]
This commit is contained in:
2026-05-16 20:09:49 +02:00
parent 491b7eba54
commit 2c25d7d15f
2 changed files with 10 additions and 9 deletions
+8
View File
@@ -0,0 +1,8 @@
* Tue Feb 28 2023 Louis Abel <tucklesepk@gmail.com> - 0.9.2-1
- Rebase to 0.9.2
* Wed Jan 11 2023 Louis Abel <tucklesepk@gmail.com> - 0.9.0-1
- Rebase to 0.9.0
* Fri Feb 11 2022 Louis Abel <tucklesepk@gmail.com> - 0.8.0-1
- Initial release of 0.8.0 for Fedora and Enterprise Linux
+2 -9
View File
@@ -6,7 +6,7 @@
Name: tea
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 1%{?dist}
Release: %autorelease
Summary: The official CLI for Gitea
License: MIT
URL: https://gitea.com/gitea/tea
@@ -37,11 +37,4 @@ install -D -m 755 tea $RPM_BUILD_ROOT%{_bindir}/tea
%{_bindir}/tea
%changelog
* Tue Feb 28 2023 Louis Abel <tucklesepk@gmail.com> - 0.9.2-1
- Rebase to 0.9.2
* Wed Jan 11 2023 Louis Abel <tucklesepk@gmail.com> - 0.9.0-1
- Rebase to 0.9.0
* Fri Feb 11 2022 Louis Abel <tucklesepk@gmail.com> - 0.8.0-1
- Initial release of 0.8.0 for Fedora and Enterprise Linux
%autochangelog