Compare commits

...

8 Commits

2 changed files with 28 additions and 4 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
Name: keepalived
Version: 2.2.2
Version: 2.3.3
Release: 1mamba
Summary: HA monitor built upon LVS, VRRP and services poller
Group: Applications/Networking
@ -13,7 +13,8 @@ Patch: %{name}-1.1.10-manpath.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: iptables-devel
BuildRequires: libiptables-devel
BuildRequires: libkmod-devel
BuildRequires: libmagic-devel
BuildRequires: libmnl-devel
BuildRequires: libnftnl-devel
@ -33,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 \
@ -90,6 +89,30 @@ 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 <autodist@openmamba.org> 2.3.3-1mamba
- automatic version update by autodist
* Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 2.3.2-1mamba
- automatic version update by autodist
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 2.3.1-1mamba
- automatic version update by autodist
* Thu May 23 2024 Automatic Build System <autodist@openmamba.org> 2.3.0-1mamba
- automatic version update by autodist
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 2.2.8-1mamba
- automatic version update by autodist
* Mon Jan 17 2022 Automatic Build System <autodist@mambasoft.it> 2.2.7-1mamba
- automatic version update by autodist
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 2.2.4-1mamba
- automatic version update by autodist
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 2.2.3-1mamba
- automatic version update by autodist
* Mon Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
- automatic version update by autodist