https://github.com/byteshiva/rpmbuild-consul
RPM package for HashiCorp's consul
https://github.com/byteshiva/rpmbuild-consul
Last synced: 7 months ago
JSON representation
RPM package for HashiCorp's consul
- Host: GitHub
- URL: https://github.com/byteshiva/rpmbuild-consul
- Owner: byteshiva
- Created: 2016-09-22T11:52:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:33:51.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:12:48.852Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpmbuild-consul
Create a consul RPM for RHEL/CentOS.
## Requirements
To download package sources and install build dependencies
yum -y install rpmdevtools yum-utils
## Build process
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
## Partners
[](https://packagecloud.io)
Do you need trustworthy hosted package repositories? Then packagecloud is for you.
A big thank you to packagecloud for supporting the open source community!
## License
BSD
## Author Information
This package was created by [Taylor Kimball](http://www.linuxhq.org).