Skip to content

Commit

Permalink
Update for HAproxy 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DBezemer committed Jan 15, 2017
1 parent 3e86c50 commit da343c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HOME=$(shell pwd)
MAINVERSION=1.6
VERSION=1.6.11
MAINVERSION=1.7
VERSION=1.7.2
RELEASE=1

all: build
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Github All Releases](https://img.shields.io/github/downloads/DBezemer/rpm-haproxy/total.svg)](https://github.com/DBezemer/rpm-haproxy/releases)

# A Recipe for a haproxy 1.6 stable version RPM on CentOS
# A Recipe for a haproxy 1.7 stable version RPM on CentOS

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

Expand All @@ -13,6 +13,7 @@ Perform the following on a build box as a regular user.
cd /opt
git clone https://github.com/DBezemer/rpm-haproxy.git
cd ./rpm-haproxy
git checkout 1.7

## Build using makefile
make
Expand Down
5 changes: 4 additions & 1 deletion SPECS/haproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.6.11
Version: 1.7.2
Release: 1%{?dist}
License: GPL
Group: System Environment/Daemons
Expand Down Expand Up @@ -167,6 +167,9 @@ fi
%attr(0644,root,root) %config %{_sysconfdir}/rsyslog.d/49-%{name}.conf

%changelog
* Sun Jan 15 2017 David Bezemer <[email protected]>
- Update for HAproxy 1.7.2

* Sun Oct 23 2016 David Bezemer <[email protected]>
- Add systemd compatibility

Expand Down

0 comments on commit da343c0

Please sign in to comment.