[keepalived/f18] Update to 1.2.5.

rohara rohara at fedoraproject.org
Tue Aug 14 04:14:22 UTC 2012


commit b490fcf84f1b293f792dfd2ec05c1ed63e2f6676
Author: Ryan O'Hara <rohara at redhat.com>
Date:   Mon Aug 13 23:13:40 2012 -0500

    Update to 1.2.5.

 .gitignore      |    1 +
 keepalived.spec |   11 ++++++++++-
 sources         |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0948f06..eb62ea9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /keepalived-1.2.2.tar.gz
 /keepalived-1.2.3.tar.gz
 /keepalived-1.2.4.tar.gz
+/keepalived-1.2.5.tar.gz
diff --git a/keepalived.spec b/keepalived.spec
index 8f0d97b..55c8741 100644
--- a/keepalived.spec
+++ b/keepalived.spec
@@ -1,6 +1,6 @@
 Summary: High Availability monitor built upon LVS, VRRP and service pollers
 Name: keepalived
-Version: 1.2.4
+Version: 1.2.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -26,6 +26,8 @@ BuildRequires: kernel, kernel-devel, kernel-headers
 %if 0%{?fedora} >= 8 || 0%{?rhel} >= 6
 BuildRequires: popt-devel
 %endif
+# We need net-snmp-devel for SNMP support
+BuildRequires: net-snmp-devel
 # can't be built on platforms where we don't provide 32-bit kernel
 ExcludeArch: s390 sparc sparcv9
 
@@ -60,8 +62,11 @@ KERNELDIR=$(ls -1d --sort t /lib/modules/*/build | head -1)
 %{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
 rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/
 mkdir -p %{buildroot}%{_unitdir}
+mkdir -p %{buildroot}%{_datadir}/snmp/mibs
 %{__install} -p -m 0755 %{SOURCE1} \
     %{buildroot}%{_unitdir}/keepalived.service
+%{__install} -p -m 0644 doc/KEEPALIVED-MIB \
+    %{buildroot}%{_datadir}/snmp/mibs/KEEPALIVED-MIB
 
 
 %check
@@ -109,6 +114,7 @@ fi
 %config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/keepalived
 %{_unitdir}/keepalived.service
+%{_datadir}/snmp/mibs/KEEPALIVED-MIB
 %{_bindir}/genhash
 %{_sbindir}/keepalived
 %{_mandir}/man1/genhash.1*
@@ -117,6 +123,9 @@ fi
 
 
 %changelog
+* Mon Aug 13 2012 Ryan O'Hara <rohara at redhat.com> - 1.2.5-1
+- Update to 1.2.5.
+
 * Wed Aug 01 2012 Ryan O'Hara <rohara at redhat.com> - 1.2.4-1
 - Update to 1.2.4.
 
diff --git a/sources b/sources
index 87fdf07..567befd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86d39fb62be4e2eef4417af4298dec48  keepalived-1.2.4.tar.gz
+fce2b998cb3c81a4eb8eb960b1d8413f  keepalived-1.2.5.tar.gz


More information about the scm-commits mailing list