--- # nfpm config for the vault-plugin-secrets-gpg RPM. Rendered through # envsubst (see scripts/build-rpm.sh) then fed to `nfpm pkg`. Built once per # target server (Vault, OpenBao); PACKAGE_NAME and PACKAGE_PLUGIN_DIR vary. name: ${PACKAGE_NAME} version: ${PACKAGE_VERSION} release: ${PACKAGE_RELEASE} arch: ${PACKAGE_ARCH} platform: ${PACKAGE_PLATFORM} section: default priority: extra description: "${PACKAGE_DESCRIPTION}" maintainer: ${PACKAGE_MAINTAINER} homepage: ${PACKAGE_HOMEPAGE} license: ${PACKAGE_LICENSE} disable_globbing: false replaces: - ${PACKAGE_NAME} provides: - ${PACKAGE_NAME} contents: - src: dist/vault-plugin-secrets-gpg dst: ${PACKAGE_PLUGIN_DIR}/vault-plugin-secrets-gpg file_info: mode: 0755 owner: root group: root scripts: preinstall: ${PACKAGE_PREINSTALL}