From 291596cb718c5a752072535ac35125fc06b68f8e Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Mon, 27 Apr 2026 13:43:36 +0300 Subject: [PATCH] fix: set changelog author and remove hardcoded entry from spec 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) --- .gitea/workflows/build-release.yml | 1 + rpm/mistralrs.spec | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 837039e..65f79f0 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -99,6 +99,7 @@ jobs: with: spec: rpm/mistralrs.spec version: ${{ steps.version.outputs.version }} + author: "Robin Thijssen " repo-url: https://github.com/EricLBuehler/mistral.rs.git - name: Build RPM diff --git a/rpm/mistralrs.spec b/rpm/mistralrs.spec index 1c0839b..f7245ed 100644 --- a/rpm/mistralrs.spec +++ b/rpm/mistralrs.spec @@ -97,5 +97,3 @@ fi %{_sysconfdir}/mistralrs/%{mistralrs_flavour}.conf.example %changelog -* Thu Apr 23 2026 Robin Thijssen - %{mistralrs_version}-1 -- Automated build for %{mistralrs_flavour} flavour