Merge branch '316/rpm-support'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabio Manganiello 2023-09-23 16:38:20 +02:00
commit b9e68d69a9
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 1 deletions

View File

@ -750,7 +750,8 @@ steps:
EOF
- export PGP_KEYID=$(echo "$PGP_PUBKEY" | gpg --with-colons --import-options show-only --import --fingerprint | grep -e '^fpr:' | head -1 | awk -F ':' '{print $(NF - 1)}')
- cat <<EOF > $HOME/.rpmmacros
- |
cat <<EOF > $HOME/.rpmmacros
%signature gpg
%_gpg_name $PGP_KEYID
EOF