Create a consul RPM for RHEL/CentOS.
To download package sources and install build dependencies
yum -y install rpmdevtools yum-utils
To build the package follow the steps outlined below
git clone https://github.com/linuxhq/rpmbuild-consul.git rpmbuild
spectool -g -R rpmbuild/SPECS/consul.spec
yum-builddep rpmbuild/SPECS/consul.spec
rpmbuild -ba rpmbuild/SPECS/consul.spec
Do you need trustworthy hosted package repositories? Then packagecloud is for you.
A big thank you to packagecloud for supporting the open source community!
BSD
This package was created by Taylor Kimball.