fix: set changelog author and remove hardcoded entry from spec
All checks were successful
poll-upstream / check (push) Successful in 2s
All checks were successful
poll-upstream / check (push) Successful in 2s
Set the rpm-changelog action author to the actual maintainer instead of the default "Gitea Actions". Remove the static changelog entry from the spec since the action generates entries automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -99,6 +99,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
spec: rpm/mistralrs.spec
|
spec: rpm/mistralrs.spec
|
||||||
version: ${{ steps.version.outputs.version }}
|
version: ${{ steps.version.outputs.version }}
|
||||||
|
author: "Robin Thijssen <grenade@lair.cafe>"
|
||||||
repo-url: https://github.com/EricLBuehler/mistral.rs.git
|
repo-url: https://github.com/EricLBuehler/mistral.rs.git
|
||||||
|
|
||||||
- name: Build RPM
|
- name: Build RPM
|
||||||
|
|||||||
@@ -97,5 +97,3 @@ fi
|
|||||||
%{_sysconfdir}/mistralrs/%{mistralrs_flavour}.conf.example
|
%{_sysconfdir}/mistralrs/%{mistralrs_flavour}.conf.example
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 23 2026 Robin Thijssen <grenade@lair.cafe> - %{mistralrs_version}-1
|
|
||||||
- Automated build for %{mistralrs_flavour} flavour
|
|
||||||
|
|||||||
Reference in New Issue
Block a user