Skip to content

SLR9511/vault-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Vault-RPM

A set of files to build RPM for HashiCorp Vault - a tool for managing secrets https://www.vaultproject.io/

How to build RPM

  1. Install prerequisite software

    sudo yum install -y rpm-build
    
  2. Clone this repository

    git clone https://github.com/timp87/vault-rpm.git
    
  3. Copy build dir into home

    cp -r vault-rpm/rpmbuild ~/
    
  4. Build RPM

    rpmbuild -ba ~/rpmbuild/SPECS/vault.spec
    

After all you'll find RPM package in ~/rpmbuild/RPMS/x86_64/

Please, note, this was originally made for Centos 7 x86_64.

About

Files to build rpm for vault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published