Skip to content

Commit

Permalink
Tell sequoia-sq to create binary signatures too
Browse files Browse the repository at this point in the history
GnuPG defaults to binary so there was no option to copy/translate to
Sequoia-sq, so this behavior difference got missed. ASCII-armored would
work just as well, but lets be consistent.
  • Loading branch information
pmatilai committed Nov 28, 2024
1 parent fe9a914 commit 2398a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.in
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
%{__sq} sign \
%{?_openpgp_sign_id:--signer-key %{_openpgp_sign_id}} \
%{?_sq_sign_cmd_extra_args} \
--detached --output %{shescape:%{?__signature_filename}} \
--binary --detached --output %{shescape:%{?__signature_filename}} \
%{?__plaintext_filename:-- %{shescape:%{__plaintext_filename}}}

%__openpgp_sign_path %{expand:%{__%{_openpgp_sign}}}
Expand Down

0 comments on commit 2398a6e

Please sign in to comment.