diff --git a/.gitignore b/.gitignore index 71c1623..ef010c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /keepalived-1.2.12.tar.gz /keepalived-1.2.13.tar.gz /keepalived-1.2.14.tar.gz +/keepalived-1.2.15.tar.gz diff --git a/keepalived.spec b/keepalived.spec index 228f76a..486cfdb 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -8,7 +8,7 @@ Name: keepalived Summary: High Availability monitor built upon LVS, VRRP and service pollers -Version: 1.2.14 +Version: 1.2.15 Release: 1%{?dist} License: GPLv2+ URL: http://www.keepalived.org/ @@ -17,8 +17,6 @@ Group: System Environment/Daemons Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz Source1: keepalived.service -Patch1: 0001-Fix-format-of-long-int.patch - Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -49,7 +47,6 @@ infrastructures. %prep %setup -q -%patch1 -p1 %build %configure \ @@ -104,6 +101,9 @@ rm -rf %{buildroot} %{_mandir}/man8/keepalived.8* %changelog +* Tue Dec 23 2014 Ryan O'Hara - 1.2.15-1 +- Update to 1.2.15 + * Tue Dec 16 2014 Ryan O'Hara - 1.2.14-1 - Update to 1.2.14 diff --git a/sources b/sources index 4857491..2efc5dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef945274de599107d5b9f60bf5a0cc2d keepalived-1.2.14.tar.gz +d85fcb8e564ea03b0ca7b2357bf30c51 keepalived-1.2.15.tar.gz