Compare commits

..

No commits in common. "main" and "1.3.4-1mamba" have entirely different histories.

2 changed files with 8 additions and 123 deletions

View File

@ -7,6 +7,6 @@ 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,28 +1,23 @@
Name: keepalived
Version: 2.3.3
Version: 1.3.4
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: https://www.keepalived.org/
URL: http://www.keepalived.org/
Source: http://www.keepalived.org/software/%{name}-%{version}.tar.gz
Source1: keepalived.service
Patch: %{name}-1.1.10-manpath.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libiptables-devel
BuildRequires: libkmod-devel
BuildRequires: libmagic-devel
BuildRequires: libmnl-devel
BuildRequires: libnftnl-devel
BuildRequires: iptables-devel
BuildRequires: libnl-devel
BuildRequires: libopenssl-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRequires: iptables-devel >= 1.8.3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The main goal of the keepalived project is to add a strong end robust keepalive facility to the Linux Virtual Server project.
@ -32,16 +27,15 @@ 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.
So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover.
%prep
%setup -q
#%patch -p1
%build
%configure \
--with-init=systemd
%configure
# --with-kernel-dir="/usr/src/linux-`uname -r`"
%make systemddir=%{_unitdir}
@ -83,120 +77,11 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
%{_sbindir}/keepalived
#%{_datadir}/snmp/mibs/*-MIB
%{_mandir}/man?/*
%{_datadir}/doc/keepalived/README
%doc AUTHOR CONTRIBUTORS COPYING
#% doc TODO README VERSION ChangeLog
#% 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
* Mon Jan 18 2021 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
- automatic version update by autodist
* Sun Jan 10 2021 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
- automatic version update by autodist
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 2.1.5-1mamba
- automatic version update by autodist
* Sat Jan 25 2020 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
- automatic version update by autodist
* Sun Oct 20 2019 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
- automatic version update by autodist
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
- automatic version update by autodist
* Thu Jul 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.17-2mamba
- rebuilt with iptables 1.8.3
* Tue Jul 02 2019 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
- automatic version update by autodist
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
- automatic version update by autodist
* Fri Feb 22 2019 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
- automatic version update by autodist
* Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
- automatic version update by autodist
* Mon Jan 07 2019 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
- automatic version update by autodist
* Tue Nov 20 2018 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
- automatic version update by autodist
* Sat Oct 27 2018 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
- automatic version update by autodist
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
- automatic version update by autodist
* Mon Aug 20 2018 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
- automatic version update by autodist
* Thu Jun 14 2018 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
- automatic version update by autodist
* Thu Jun 14 2018 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist
* Thu May 17 2018 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic version update by autodist
* Wed Apr 18 2018 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Fri Feb 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
- update to 1.4.1
* Sat Jan 06 2018 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
* Tue Nov 21 2017 Automatic Build System <autodist@mambasoft.it> 1.3.9-1mamba
- automatic update by autodist
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 1.3.7-1mamba
- automatic version update by autodist
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 1.3.6-1mamba
- automatic version update by autodist
* Tue Apr 04 2017 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
- automatic version update by autodist
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
- automatic version update by autodist