[keepalived/f19] Update to 1.2.8.

rohara rohara at fedoraproject.org
Thu Sep 5 21:22:42 UTC 2013


commit 22c4ec0f6394d90023cb9d60a039edbf0e6319c4
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Thu Sep 5 16:22:21 2013 -0500

    Update to 1.2.8.

 .gitignore                                         |    1 +
 ...lived-1.2.7-cleanup-duplicate-option-code.patch |  126 ------------
 keepalived-1.2.7-dont-respawn-children.patch       |  109 -----------
 keepalived-1.2.7-fix-error-message.patch           |   40 ----
 ...-1.2.7-fix-pointer-arithmetic-vrrp-packet.patch |   32 ---
 ...d-1.2.7-fix-primary-ip-address-comparison.patch |   34 ----
 keepalived-1.2.7-fix-ssl-certificate-load.patch    |   34 ----
 ...ed-1.2.7-generate-usage-message-from-popt.patch |  151 ---------------
 keepalived-1.2.7-remove-debug-messages.patch       |   46 -----
 keepalived-1.2.7-update-gpl-license.patch          |  146 --------------
 keepalived-1.2.7-update-keepalived-man-page.patch  |  201 --------------------
 keepalived.spec                                    |   32 +---
 sources                                            |    2 +-
 13 files changed, 10 insertions(+), 944 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 256fedc..3aa8546 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /keepalived-1.2.5.tar.gz
 /keepalived-1.2.6.tar.gz
 /keepalived-1.2.7.tar.gz
+/keepalived-1.2.8.tar.gz
diff --git a/keepalived.spec b/keepalived.spec
index 3b04628..2282cff 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -1,4 +1,5 @@
 %bcond_without snmp
+%bcond_without sha1
 %bcond_without vrrp
 %bcond_with profile
 %bcond_with debug
@@ -7,8 +8,8 @@
 
 Name: keepalived
 Summary: High Availability monitor built upon LVS, VRRP and service pollers
-Version: 1.2.7
-Release: 5%{?dist}
+Version: 1.2.8
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.keepalived.org/
 Group: System Environment/Daemons
@@ -16,17 +17,6 @@ Group: System Environment/Daemons
 Source0: http://www.keepalived.org/software/keepalived-%{version}.tar.gz
 Source1: keepalived.init
 
-Patch0: keepalived-1.2.7-dont-respawn-children.patch
-Patch1: keepalived-1.2.7-cleanup-duplicate-option-code.patch
-Patch2: keepalived-1.2.7-generate-usage-message-from-popt.patch
-Patch3: keepalived-1.2.7-update-keepalived-man-page.patch
-Patch4: keepalived-1.2.7-fix-pointer-arithmetic-vrrp-packet.patch
-Patch8: keepalived-1.2.7-fix-primary-ip-address-comparison.patch
-Patch5: keepalived-1.2.7-fix-ssl-certificate-load.patch
-Patch6: keepalived-1.2.7-fix-error-message.patch
-Patch7: keepalived-1.2.7-update-gpl-license.patch
-Patch9: keepalived-1.2.7-remove-debug-messages.patch
-
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -57,23 +47,14 @@ infrastructures.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 %configure \
     %{?with_debug:--enable-debug} \
     %{?with_profile:--enable-profile} \
     %{!?with_vrrp:--disable-vrrp} \
-    %{?with_snmp:--enable-snmp}
+    %{?with_snmp:--enable-snmp} \
+    %{?with_sha1:--enable-sha1}
 %{__make} %{?_smp_mflags} STRIP=/bin/true
 
 %install
@@ -120,6 +101,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/keepalived.8*
 
 %changelog
+* Thu Sep 05 2013 Ryan O'Hara <rohara at redhat.com> - 1.2.8-1
+- Update to 1.2.8.
+
 * Mon Apr 22 2013 Ryan O'Hara <rohara at redhat.com> - 1.2.7-5
 - Build with PIE flags (#955150)
 
diff --git a/sources b/sources
index 504eea3..325dda5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8551a34ee048895dbe5350a031ff29c1  keepalived-1.2.7.tar.gz
+8a362b6cea145fd4393bf004d09b4057  keepalived-1.2.8.tar.gz


More information about the scm-commits mailing list