I'm trying to create an rpm
package for Hashicorp Vault. I can download the Vault binary as a zip file from the website, but clueless about how to get that binary packed as an rpm. I tried fpm
but I guess I can't use that for packaging pre-built binaries.
I know a directory tree has to be setup to create an rpm, but I don't know what to put in the files inside it, as all I have is a vault binary zipped. No sure about what to put in SPEC
file either
I could create a deb
for the same using dhmake
followed by debuild
, but not sure how to go about creating an rpm.
Any help? :sad_panda: