Compare commits
8 Commits
2.2.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
6283fbe99c | |||
85cdd556fc | |||
67d0493717 | |||
16c11a3ceb | |||
a07b290be3 | |||
1825dc43ab | |||
c5e3b5a305 | |||
12dd27a089 |
@ -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.
|
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.
|
So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: keepalived
|
Name: keepalived
|
||||||
Version: 2.2.2
|
Version: 2.3.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: HA monitor built upon LVS, VRRP and services poller
|
Summary: HA monitor built upon LVS, VRRP and services poller
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
@ -13,7 +13,8 @@ Patch: %{name}-1.1.10-manpath.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: iptables-devel
|
BuildRequires: libiptables-devel
|
||||||
|
BuildRequires: libkmod-devel
|
||||||
BuildRequires: libmagic-devel
|
BuildRequires: libmagic-devel
|
||||||
BuildRequires: libmnl-devel
|
BuildRequires: libmnl-devel
|
||||||
BuildRequires: libnftnl-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.
|
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.
|
So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%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/
|
#% doc doc/keepalived.conf.SYNOPSIS doc/samples/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user