mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2021-12-31 14:05
This commit is contained in:
3
roles/rpm_build_server/templates/rpmmacros.j2
Normal file
3
roles/rpm_build_server/templates/rpmmacros.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
%_signature gpg
|
||||
%_gpg_name {{ rpm_gpg_name }}
|
||||
%__gpg_sign_cmd %{__gpg} gpg --no-verbose --no-armor --batch --pinentry-mode loopback --passphrase '{{ (rpm_gpg_pass is defined) | ternary(rpm_gpg_pass, '') }}' --no-secmem-warning -u "%{_gpg_name}" -sbo %{__signature_filename} %{__plaintext_filename}
|
Reference in New Issue
Block a user