Skip to content
Open
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
7 changes: 5 additions & 2 deletions spec/haproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
%define haproxy_confdir %{_sysconfdir}/haproxy
%define haproxy_datadir %{_datadir}/haproxy

%define version 1.5.3
#%define dev_rel dev25
%define version 1.5.6
#%define dev_rel dev0
#%define release 1

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

%changelog
* Tue Oct 28 2014 Chris Schuld <chris@chrisschuld.com> - 1.5.6
- Update to haproxy 1.5.6

* Wed Aug 20 2014 Alan Ivey <alanivey@gmail.com> - 1.5.3
- Update to haproxy 1.5.3
- Add %{dist} to Release
Expand Down