forked from bluerail/haproxy-centos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bluerail#1 from cbschuld/master
update to 1.5dev22, date fix in change log(invalid), datadir fix in spec...
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%define haproxy_datadir %{_datadir}/haproxy | ||
|
||
%define version 1.5 | ||
%define dev_rel dev19 | ||
%define dev_rel dev22 | ||
%define release 2 | ||
|
||
Name: haproxy | ||
|
@@ -109,8 +109,7 @@ fi | |
%doc examples/cttproxy-src.cfg | ||
%doc examples/haproxy.cfg | ||
%doc examples/tarpit.cfg | ||
%dir %{haproxy_datadir} | ||
%dir %{haproxy_datadir}/* | ||
%{haproxy_datadir} | ||
%dir %{haproxy_confdir} | ||
%config(noreplace) %{haproxy_confdir}/%{name}.cfg | ||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} | ||
|
@@ -122,7 +121,10 @@ fi | |
%exclude %{_sbindir}/haproxy-systemd-wrapper | ||
|
||
%changelog | ||
* Wed Aug 29 2013 Martijn Storck <[email protected]> - 1.5dev19.2 | ||
* Tue Feb 04 2014 Chris Schuld <[email protected]> - 1.5dev22 | ||
- Update to haproxy 1.5-dev22 | ||
|
||
* Thu Aug 29 2013 Martijn Storck <[email protected]> - 1.5dev19.2 | ||
- Compile with OpenSSL support | ||
|
||
* Wed Aug 28 2013 Martijn Storck <[email protected]> - 1.5dev19.1 | ||
|