automatic version update by autodist [release 2.2.2-1mamba;Mon Aug 09 2021]

This commit is contained in:
Automatic Build System 2024-01-06 01:22:17 +01:00
parent 937ba5d0c4
commit 44cc6b6d7d
2 changed files with 11 additions and 5 deletions

View File

@ -7,6 +7,5 @@ Layer3, Layer4 & Layer5.
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.
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,12 +1,12 @@
Name: keepalived
Version: 2.2.1
Version: 2.2.2
Release: 1mamba
Summary: HA monitor built upon LVS, VRRP and services poller
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
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
Source1: keepalived.service
Patch: %{name}-1.1.10-manpath.patch
@ -14,10 +14,13 @@ License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: iptables-devel
BuildRequires: libmagic-devel
BuildRequires: libmnl-devel
BuildRequires: libnftnl-devel
BuildRequires: libnl-devel
BuildRequires: libopenssl-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: iptables-devel >= 1.8.3
%description
@ -28,9 +31,10 @@ Layer3, Layer4 & Layer5.
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.
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
@ -86,6 +90,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#% doc doc/keepalived.conf.SYNOPSIS doc/samples/
%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
- automatic version update by autodist