Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Install rpmdevtools from the [EPEL][epel] repository:

## Download haproxy

wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.3.tar.gz
mv haproxy-1.5.3.tar.gz ~/rpmbuild/SOURCES/
wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.11.tar.gz
mv haproxy-1.5.11.tar.gz ~/rpmbuild/SOURCES/

## Get Necessary System-specific Configs

Expand Down
8 changes: 7 additions & 1 deletion spec/haproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%define haproxy_confdir %{_sysconfdir}/haproxy
%define haproxy_datadir %{_datadir}/haproxy

%define version 1.5.3
%define version 1.5.11
#%define dev_rel dev25
#%define release 1

Expand Down Expand Up @@ -121,6 +121,9 @@ fi
%exclude %{_sbindir}/haproxy-systemd-wrapper

%changelog
* Tue Feb 03 2015 Robert Collazo <[email protected]> - 1.5.11
- Update to haproxy 1.5.11

* Wed Aug 20 2014 Alan Ivey <[email protected]> - 1.5.3
- Update to haproxy 1.5.3
- Add %{dist} to Release
Expand All @@ -131,6 +134,9 @@ fi
* Mon May 12 2014 Jeff Palmer <[email protected]> - 1.5dev25
- Update to haproxy 1.5-dev25

* Tue May 06 2014 Robert Collazo <[email protected]> - 1.5dev24
- Update to haproxy 1.5-dev24

* Tue Feb 04 2014 Chris Schuld <[email protected]> - 1.5dev22
- Update to haproxy 1.5-dev22

Expand Down