From 08f73510a279e614faa90e0d319473ad8411a7ea Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Mon, 4 Apr 2016 09:01:43 -0500 Subject: [PATCH] Update to 1.2.20 (#1323526) --- .gitignore | 1 + keepalived.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d48a6c5..1e05bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /keepalived-1.2.17.tar.gz /keepalived-1.2.18.tar.gz /keepalived-1.2.19.tar.gz +/keepalived-1.2.20.tar.gz diff --git a/keepalived.spec b/keepalived.spec index 059764f..4535873 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.19 -Release: 4%{?dist} +Version: 1.2.20 +Release: 1%{?dist} License: GPLv2+ URL: http://www.keepalived.org/ Group: System Environment/Daemons @@ -30,6 +30,8 @@ BuildRequires: openssl-devel BuildRequires: libnl3-devel BuildRequires: kernel-devel BuildRequires: popt-devel +BuildRequires: ipset-devel +BuildRequires: libnfnetlink-devel %description Keepalived provides simple and robust facilities for load balancing @@ -105,6 +107,9 @@ rm -rf %{buildroot} %{_mandir}/man8/keepalived.8* %changelog +* Mon Apr 04 2016 Ryan O'Hara - 1.2.20-1 +- Update to 1.2.20 (#1323526) + * Thu Feb 04 2016 Fedora Release Engineering - 1.2.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 5f0fed1..3d3d662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c98b06639dd50a6bff76901b53febb6 keepalived-1.2.19.tar.gz +c17c19579c7c34f8526a67ea8ddf6835 keepalived-1.2.20.tar.gz