diff --git a/SPECS/keepalived.spec b/SPECS/keepalived.spec index bb6a6ef..4a6ada6 100644 --- a/SPECS/keepalived.spec +++ b/SPECS/keepalived.spec @@ -10,7 +10,7 @@ Name: keepalived Summary: High Availability monitor built upon LVS, VRRP and service pollers Version: 2.0.10 -Release: 11%{?dist} +Release: 11%{?dist}.1 License: GPLv2+ URL: http://www.keepalived.org/ Group: System Environment/Daemons @@ -26,6 +26,7 @@ Patch5: bz1693706-fix-smtp-alerts-segfault.patch Patch6: bz1693706-fix-smtp_helo_name-double-free.patch Patch7: bz1792160-fix-fault-rename-interface.patch Patch8: bz1683438-fix-vrrp_script-execution.patch +Patch9: bz1868077-fix-intermittent-child-lost-messages.patch Requires(post): systemd Requires(preun): systemd @@ -69,6 +70,7 @@ infrastructures. %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build %configure \ @@ -119,6 +121,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived %{_mandir}/man8/keepalived.8* %changelog +* Fri Oct 23 2020 Ryan O'Hara - 2.0.10-11.1 +- Fix intermittent child lost messages (#1890625) + * Tue Jun 16 2020 Ryan O'Hara - 2.0.10-11 - Fix vrrp_script execution (#1683438)