Changes of Revision 46
[-] | Changed | haproxy.spec |
x 1
2 %doc examples/haproxy.cfg 3 %doc examples/tarpit.cfg 4 %doc CHANGELOG LICENSE README 5 -%dir %{haproxy_datadir} 6 -%dir %{haproxy_sampledir} 7 -%{haproxy_datadir}/* 8 -%{haproxy_sampledir}/* 9 %dir %{haproxy_confdir} 10 %config(noreplace) %{haproxy_confdir}/%{name}.cfg 11 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} 12
13 14 15 %changelog 16 -* Sat Aug 02 2014 Juergen Gotteswinter <jg@internetx.com> - 1.5.3 17 +* Sat Aug 02 2014 Juergen Gotteswinter <jg@internetx.com> - 1.5.3-1 18 - finally bumped to stable 1.5.3 19 20 * Fri Jul 11 2014 Juergen Gotteswinter <jg@internetx.com> - 1.5-stable-snapshot 21 |