Fix certificate name

This commit is contained in:
Malte Jürgens 2022-05-13 23:45:53 +02:00
parent f1f49ffe3e
commit ea4875b6d8
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3

View file

@ -5,7 +5,7 @@ if [[ -f pk.asc ]]; then
gpg --import pk.asc
cat >>~/.rpmmacros <<EOF
%_signature gpg
%_gpg_name LibreWolf Code Signing
%_gpg_name LibreWolf Maintainers
EOF
signing="true"
fi