From 898af3ca3656b98fae1ae4fafbb6a97dc53448f1 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Fri, 3 Jun 2016 09:11:40 -0500 Subject: [PATCH] Update to 1.2.21 (#1341372) --- .gitignore | 1 + keepalived.spec | 10 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 1e05bb4..7e698fc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /keepalived-1.2.18.tar.gz /keepalived-1.2.19.tar.gz /keepalived-1.2.20.tar.gz +/keepalived-1.2.21.tar.gz diff --git a/keepalived.spec b/keepalived.spec index 571a149..95a948a 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -8,8 +8,8 @@ Name: keepalived Summary: High Availability monitor built upon LVS, VRRP and service pollers -Version: 1.2.20 -Release: 2%{?dist} +Version: 1.2.21 +Release: 1%{?dist} License: GPLv2+ URL: http://www.keepalived.org/ Group: System Environment/Daemons @@ -17,8 +17,6 @@ Group: System Environment/Daemons Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz Source1: keepalived.service -Patch0: install-vrrp-mib.patch - Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -51,7 +49,6 @@ infrastructures. %prep %setup -q -%patch0 -p1 %build %configure \ @@ -113,6 +110,9 @@ rm -rf %{buildroot} %{_mandir}/man8/keepalived.8* %changelog +* Fri Jun 03 2016 Ryan O'Hara - 1.2.21-1 +- Update to 1.2.21 (#1341372) + * Sun Apr 10 2016 Ryan O'Hara - 1.2.20-2 - Install VRRP MIB diff --git a/sources b/sources index 3d3d662..6360bc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c17c19579c7c34f8526a67ea8ddf6835 keepalived-1.2.20.tar.gz +cd14f8c1926c8022e61f2860df11167e keepalived-1.2.21.tar.gz