diff options
Diffstat (limited to 'nfpm.yaml')
| -rw-r--r-- | nfpm.yaml | 8 | +5 −3 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nfpm.yaml b/nfpm.yaml index a0fc6ad..ec28380 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -7,6 +7,8 @@ name: mirum arch: ${ARCH} version: ${VERSION} +release: ${RELEASE} +version_schema: none license: AGPL-3.0-or-later platform: linux maintainer: Nikolay Govorov <me@govorov.online> @@ -127,6 +129,6 @@ rpm: apk: signature: key_file: ${APK_SIGNING_KEY} - # nFPM appends ".rsa.pub"; the versioned basename lets clients retain - # historical package keys during rotation. - key_name: packages.${PACKAGE_KEY_VERSION} + # nfpm appends ".rsa.pub" to this value when embedding the signature; + # clients must install the public key as /etc/apk/keys/mirum.rsa.pub. + key_name: mirum |
