From 44cc6b6d7d2e8e6930559c1a807a4a4047cbfef5 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 01:22:17 +0100 Subject: [PATCH] automatic version update by autodist [release 2.2.2-1mamba;Mon Aug 09 2021] --- README.md | 1 - keepalived.spec | 15 +++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37f7b8a..79cb691 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/keepalived.spec b/keepalived.spec index 7472d53..0667539 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -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 -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 2.2.2-1mamba +- automatic version update by autodist + * Mon Jan 18 2021 Automatic Build System 2.2.1-1mamba - automatic version update by autodist