From d0e8f370fe9443b945e8bbc100b43d235c906ba7 Mon Sep 17 00:00:00 2001 From: wangxp006 Date: Wed, 30 Sep 2020 16:50:00 +0800 Subject: [PATCH] enable vrrp --- keepalived.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/keepalived.spec b/keepalived.spec index 5efdf2d..4087468 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -1,5 +1,5 @@ %bcond_without snmp -%bcond_without vrrp +%bcond_with vrrp %bcond_without sha1 %bcond_with profile %bcond_without nftables @@ -9,7 +9,7 @@ Name: keepalived Version: 2.0.20 -Release: 3 +Release: 4 Summary: High Availability monitor built upon LVS, VRRP and service pollers License: GPLv2+ URL: http://www.keepalived.org/ @@ -89,6 +89,9 @@ install -Dd -m 0755 %{buildroot}%{_libexecdir}/keepalived %{_mandir}/man* %changelog +* Wed Sep 30 2020 wangxiaopeng - 2.0.20-4 +- enable vrrp + * Tue Aug 18 2020 smileknife - 2.0.20-3 - update release for rebuilding -- Gitee