Generate binary signatures with Sequoia too
Fix an oversight when introducing this: Sequoia defaults to ASCII armor signatures whereas GnuPG defaults to binary signatures. We should create binary signatures with sq too for consistency. Related: RHEL-56363
This commit is contained in:
parent
33815947f5
commit
4783f4455f
@ -21,6 +21,6 @@
|
||||
%__gpg_sign_cmd %{__gpg} %{__gpg} sign \
|
||||
%{?_gpg_sign_cmd_extra_args} \
|
||||
%{?_gpg_name:--signer-key %{_gpg_name}} \
|
||||
--detached --output %{shescape:%{?__signature_filename}} \
|
||||
--binary --detached --output %{shescape:%{?__signature_filename}} \
|
||||
%{?__plaintext_filename:-- %{shescape:%{__plaintext_filename}}}
|
||||
|
||||
|
1
rpm.spec
1
rpm.spec
@ -631,6 +631,7 @@ fi
|
||||
* Wed Dec 04 2024 Panu Matilainen <pmatilai@redhat.com> - 4.19.1.1-9
|
||||
- Revert the gnupg/sequoia sub-packages, too much headache
|
||||
- Ship sequoia-signing enablement macros as documentation instead
|
||||
- Generate binary signatures with Sequoia too
|
||||
|
||||
* Tue Nov 12 2024 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-8
|
||||
- Add Sequoia signing support back
|
||||
|
Loading…
Reference in New Issue
Block a user