fix(ci): remove gpg sign command override, let rpm-sequoia sign natively
All checks were successful
poll-upstream / check (push) Successful in 1s

Fedora 43 uses rpm-sequoia which does not expand %{__plaintext_filename}
or %{__signature_filename} from %__gpg_sign_cmd. Remove the override
and let rpm-sequoia read the gpg key directly. The key trust and
gpg-agent loopback config are already in place.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-27 07:31:34 +03:00
parent 9f0116bb2b
commit affc38213e

View File

@@ -1,2 +1 @@
%_gpg_name @GPG_NAME@
%__gpg_sign_cmd %{__gpg} --batch --verbose --no-armor --pinentry-mode loopback --passphrase '' --no-secmem-warning -u "%{_gpg_name}" -sbo %{__signature_filename} -- %{__plaintext_filename}