diff --git a/README.md b/README.md index 79cb691..28fe607 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ When one of the server of the LVS server pool is down, keepalived informs the li In addition keepalived implements a VRRPv2 stack to handle director failover. So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover. + diff --git a/keepalived.spec b/keepalived.spec index 1901377..8abc047 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -1,5 +1,5 @@ Name: keepalived -Version: 2.3.2 +Version: 2.3.3 Release: 1mamba Summary: HA monitor built upon LVS, VRRP and services poller Group: Applications/Networking @@ -34,11 +34,9 @@ When one of the server of the LVS server pool is down, keepalived informs the li In addition keepalived implements a VRRPv2 stack to handle director failover. So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover. -%debug_package %prep %setup -q -#%patch -p1 %build %configure \ @@ -91,6 +89,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; #% doc doc/keepalived.conf.SYNOPSIS doc/samples/ %changelog +* Mon Mar 31 2025 Automatic Build System 2.3.3-1mamba +- automatic version update by autodist + * Tue Nov 05 2024 Automatic Build System 2.3.2-1mamba - automatic version update by autodist