automatic version update by autodist [release 2.2.2-1mamba;Mon Aug 09 2021]
This commit is contained in:
parent
937ba5d0c4
commit
44cc6b6d7d
@ -7,6 +7,5 @@ Layer3, Layer4 & Layer5.
|
|||||||
This framework gives the daemon the ability of checking a LVS server pool states.
|
This framework gives the daemon the ability of checking a LVS server pool states.
|
||||||
When one of the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt call to remove this server entrie from the LVS topology.
|
When one of the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt call to remove this server entrie from the LVS topology.
|
||||||
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,12 +1,12 @@
|
|||||||
Name: keepalived
|
Name: keepalived
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.keepalived.org/
|
URL: https://www.keepalived.org/
|
||||||
Source: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
|
Source: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
|
||||||
Source1: keepalived.service
|
Source1: keepalived.service
|
||||||
Patch: %{name}-1.1.10-manpath.patch
|
Patch: %{name}-1.1.10-manpath.patch
|
||||||
@ -14,10 +14,13 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: iptables-devel
|
BuildRequires: iptables-devel
|
||||||
|
BuildRequires: libmagic-devel
|
||||||
|
BuildRequires: libmnl-devel
|
||||||
|
BuildRequires: libnftnl-devel
|
||||||
BuildRequires: libnl-devel
|
BuildRequires: libnl-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildRequires: iptables-devel >= 1.8.3
|
BuildRequires: iptables-devel >= 1.8.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,9 +31,10 @@ Layer3, Layer4 & Layer5.
|
|||||||
This framework gives the daemon the ability of checking a LVS server pool states.
|
This framework gives the daemon the ability of checking a LVS server pool states.
|
||||||
When one of the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt call to remove this server entrie from the LVS topology.
|
When one of the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt call to remove this server entrie from the LVS topology.
|
||||||
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
|
#%patch -p1
|
||||||
@ -86,6 +90,9 @@ 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 Aug 09 2021 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 18 2021 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
* Mon Jan 18 2021 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user