-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup after adding Amazon Linux Support
- Loading branch information
Showing
2 changed files
with
14 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 |
---|---|---|
|
@@ -159,10 +159,7 @@ fi | |
%dir %{_localstatedir}/log/%{name} | ||
|
||
%attr(0755,root,root) %{_sbindir}/%{name} | ||
%if 0%{?amzn1} | ||
%attr(0755,root,root) %config %_sysconfdir/rc.d/init.d/%{name} | ||
%endif | ||
%if 0%{?el6} | ||
%if 0%{?el6} || 0%{?amzn1} | ||
%attr(0755,root,root) %config %_sysconfdir/rc.d/init.d/%{name} | ||
%endif | ||
%if 0%{?el7} | ||
|
@@ -179,6 +176,12 @@ fi | |
* Fri Feb 23 2018 J. Casalino <[email protected]> | ||
- Add support for Amazon Linux (Fedora-based) | ||
|
||
* Mon Feb 12 2018 David Bezemer <[email protected]> | ||
- Update to HAproxy 1.8.4 | ||
|
||
* Fri Jan 26 2018 Kamil Herbik <[email protected]> | ||
- Update for HAproxy 1.8 | ||
|
||
* Mon Jul 31 2017 David Bezemer <[email protected]> | ||
- Update for HAproxy 1.7.8 | ||
|
||
|