fix: set changelog author and remove hardcoded entry from spec
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:
2026-04-27 13:43:36 +03:00
parent 61cdc53e39
commit 291596cb71
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -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