[keepalived/f19] Update to 1.2.11

rohara rohara at fedoraproject.org
Mon Feb 3 15:47:49 UTC 2014


commit bb5804d763462b3003f064fa62cdf5bf6a4b1587
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Mon Feb 3 09:20:13 2014 -0600

    Update to 1.2.11

 .gitignore                                         |    1 +
 0001-ipvs-make-nlerr2syserr-libnl-dependent.patch  |   34 ---
 ...x-libnl-libnl-3-logic-in-configure-script.patch |  213 --------------
 0003-libipvs-libnl-3-include-fix.patch             |   93 ------
 0004-lib-extend-command-lib-string-parser.patch    |   91 ------
 0005-lib-cosmetics-at-command.c.patch              |  309 --------------------
 0006-lib-extend-vty-to-support-logger.patch        |  157 ----------
 0007-autoconf-better-libnl3-detection.patch        |   99 -------
 keepalived.spec                                    |   22 +-
 sources                                            |    2 +-
 10 files changed, 7 insertions(+), 1014 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3eb44f8..c98fd18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /keepalived-1.2.9.tar.gz
 /keepalived-1.2.10.tar.gz
+/keepalived-1.2.11.tar.gz
diff --git a/keepalived.spec b/keepalived.spec
index 0133dd1..704c2e8 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.10
+Version: 1.2.11
 Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.keepalived.org/
@@ -17,14 +17,6 @@ Group: System Environment/Daemons
 Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
 Source1: keepalived.init
 
-Patch1: 0001-ipvs-make-nlerr2syserr-libnl-dependent.patch
-Patch2: 0002-fix-libnl-libnl-3-logic-in-configure-script.patch
-Patch3: 0003-libipvs-libnl-3-include-fix.patch
-Patch4: 0004-lib-extend-command-lib-string-parser.patch
-Patch5: 0005-lib-cosmetics-at-command.c.patch
-Patch6: 0006-lib-extend-vty-to-support-logger.patch
-Patch7: 0007-autoconf-better-libnl3-detection.patch
-
 Requires(post): systemd
 Requires(preun): systemd
 Requires(postun): systemd
@@ -55,13 +47,6 @@ infrastructures.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 
 %build
 %configure \
@@ -116,8 +101,11 @@ rm -rf %{buildroot}
 %{_mandir}/man8/keepalived.8*
 
 %changelog
+* Mon Feb 03 2014 Ryan O'Hara <rohara at redhat.com> - 1.2.11-1
+- Update to 1.2.11
+
 * Mon Jan 13 2014 Ryan O'Hara <rohara at redhat.com> - 1.2.10-1
-- Update to 1.2.10.
+- Update to 1.2.10
 
 * Mon Nov 11 2013 Ryan O'Hara <rohara at redhat.com> - 1.2.9-1
 - Update to 1.2.9.
diff --git a/sources b/sources
index d683118..f5e7fd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d838c23d80682650315d1ae447dad48a  keepalived-1.2.10.tar.gz
+6a5cee0d9e0a6b84b251b044cd8f3523  keepalived-1.2.11.tar.gz


More information about the scm-commits mailing list