Update to 2.2.3 (#1993601)
This commit is contained in:
parent
465c8166fc
commit
2d246f0caa
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
|||||||
/keepalived-2.2.0.tar.gz
|
/keepalived-2.2.0.tar.gz
|
||||||
/keepalived-2.2.1.tar.gz
|
/keepalived-2.2.1.tar.gz
|
||||||
/keepalived-2.2.2.tar.gz
|
/keepalived-2.2.2.tar.gz
|
||||||
|
/keepalived-2.2.3.tar.gz
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
From d9c99ffe43d9848579a472c7c5ec5515e6599cb9 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ryan O'Hara <rohara@redhat.com>
|
|
||||||
Date: Mon, 7 Jun 2021 16:58:23 -0500
|
|
||||||
Subject: [PATCH] Fix build errors
|
|
||||||
|
|
||||||
---
|
|
||||||
keepalived/core/layer4.c | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/keepalived/core/layer4.c b/keepalived/core/layer4.c
|
|
||||||
index d2cc971a..fdca0491 100644
|
|
||||||
--- a/keepalived/core/layer4.c
|
|
||||||
+++ b/keepalived/core/layer4.c
|
|
||||||
@@ -27,13 +27,14 @@
|
|
||||||
#include <errno.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
+#include <netinet/in.h>
|
|
||||||
+#include <net/if.h>
|
|
||||||
#include <linux/icmp.h>
|
|
||||||
#include <linux/icmpv6.h>
|
|
||||||
#ifdef ERRQUEUE_NEEDS_SYS_TIME
|
|
||||||
#include <sys/time.h>
|
|
||||||
#endif
|
|
||||||
#include <linux/errqueue.h>
|
|
||||||
-#include <netinet/in.h>
|
|
||||||
|
|
||||||
#include "layer4.h"
|
|
||||||
#include "logger.h"
|
|
||||||
--
|
|
||||||
2.31.1
|
|
||||||
|
|
@ -9,16 +9,14 @@
|
|||||||
|
|
||||||
Name: keepalived
|
Name: keepalived
|
||||||
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
Summary: High Availability monitor built upon LVS, VRRP and service pollers
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.keepalived.org/
|
URL: http://www.keepalived.org/
|
||||||
|
|
||||||
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
|
Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
|
||||||
Source1: keepalived.service
|
Source1: keepalived.service
|
||||||
|
|
||||||
Patch1: bz1987620-fix-build-errors.patch
|
|
||||||
|
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
@ -58,7 +56,6 @@ infrastructures.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -108,6 +105,9 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived
|
|||||||
%{_mandir}/man8/keepalived.8*
|
%{_mandir}/man8/keepalived.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 14 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.3-1
|
||||||
|
- Update to 2.2.3 (#1993601)
|
||||||
|
|
||||||
* Tue Aug 03 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-5
|
* Tue Aug 03 2021 Ryan O'Hara <rohara@redhat.com> - 2.2.2-5
|
||||||
- Add systemd notify support
|
- Add systemd notify support
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (keepalived-2.2.2.tar.gz) = 05bb589c76faa4d3f734ecb1a3e5ac40af006fe5dce962bcd9617f192e59bb5336a911b148c1530fb864333da87c3d42a6fbf7d0ef074f6a53ce5a71db8ec706
|
SHA512 (keepalived-2.2.3.tar.gz) = 79c884d73326c0ab4eb1cd9335b87b11f145549a8aa97da782b3b3371d361504b4c4a34a430d13fbbd2ae11c65e4980b283527e8327db142dba34c00fda25ccd
|
||||||
|
Loading…
Reference in New Issue
Block a user