Convert to %autorelease and %autochangelog
[skip changelog]
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user