Skip to content

nick-george/rpm-haproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Recipe for a haproxy 1.6.9 stable version RPM on CentOS

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
rpmdev-setuptree

Install Prerequisites for RPM Creation

sudo yum groupinstall 'Development Tools'
sudo yum install openssl-devel

Download haproxy

wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.9.tar.gz
mv haproxy-1.6.9.tar.gz rpmbuild/SOURCES/

Get Necessary System-specific Configs

git clone [email protected]:ITV/rpm-haproxy.git
cp haproxy-centos/SOURCES/* rpmbuild/SOURCES/
cp haproxy-centos/SPECS/* rpmbuild/SPECS/

Build the RPM

cd rpmbuild/
rpmbuild -ba SPECS/haproxy.spec

The resulting RPM will be in ~/rpmbuild/RPMS/x86_64

Credits

Based on the Red Hat 7 RPM spec for haproxy 1.5.

Maintained by Nick George

Forked from https://github.com/ITV/rpm-haproxy 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)

About

Haproxy 1.6.9 rpmspec for CentOS 7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 75.1%
  • Makefile 20.8%
  • Shell 4.1%