Skip to content

izzyleung/rpm-haproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github All Releases

A Recipe for a HAProxy 1.8 stable version RPM on CentOS / RHEL / Amazon Linux

Perform the following on a build box as a regular user.

Install Prerequisites for RPM Creation

sudo yum groupinstall 'Development Tools'

Checkout this repository

cd /opt
git clone https://github.com/DBezemer/rpm-haproxy.git 
cd ./rpm-haproxy
git checkout 1.8

Build using makefile

make

Resulting RPM will be in /opt/rpm-haproxy/rpmbuild/RPMS/x86_64/

Credits

Based on the Red Hat 6.4 RPM spec for haproxy 1.4 combined with work done by

Additional logging inspired by https://www.percona.com/blog/2014/10/03/haproxy-give-me-some-logs-on-centos-6-5/

About

HAproxy RPM spec and builds for CentOS/RHEL 6/7/8

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 44.5%
  • Shell 28.0%
  • Roff 27.5%