https://github.com/timja/haproxy1.6-centos7
https://github.com/timja/haproxy1.6-centos7
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timja/haproxy1.6-centos7
- Owner: timja
- Created: 2016-09-27T11:25:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-28T06:32:04.000Z (over 9 years ago)
- Last Synced: 2025-03-29T23:45:30.451Z (about 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Recipe for a haproxy 1.6.9 stable version RPM on CentOS 7
Note: This doesn't build on centos 6 due to required macros and the systemd-units package
Perform the following on a build box as a regular user.
## Create an RPM Build Environment
Install rpmdevtools from the [EPEL][epel] repository:
`$ sudo yum install rpmdevtools pcre-devel`
## Build the RPM
`$ make`
The resulting RPM will be in ~/rpmbuild/RPMS/x86_64
## Credits
Based on the Red Hat 6.4 RPM spec for haproxy 1.4.
Maintained by [Tim Jacomb](t.jacomb@kainos.com)
[EPEL]: http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
Forked from https://github.com/ITV/rpm-haproxy (1.6 but broken now) which was forked from https://github.com/swisstxt/rpm-haproxy (1.6 Dev support) which was Forked from https://github.com/bluerail/haproxy-centos (1.5 Stable support)