Update to 1.2.5.

This commit is contained in:
Ryan O'Hara 2012-08-13 22:39:53 -05:00
parent f6161097b0
commit e756fa91da
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/keepalived-1.2.2.tar.gz /keepalived-1.2.2.tar.gz
/keepalived-1.2.3.tar.gz /keepalived-1.2.3.tar.gz
/keepalived-1.2.4.tar.gz /keepalived-1.2.4.tar.gz
/keepalived-1.2.5.tar.gz

View File

@ -1,6 +1,6 @@
Summary: High Availability monitor built upon LVS, VRRP and service pollers Summary: High Availability monitor built upon LVS, VRRP and service pollers
Name: keepalived Name: keepalived
Version: 1.2.4 Version: 1.2.5
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -26,6 +26,8 @@ BuildRequires: kernel, kernel-devel, kernel-headers
%if 0%{?fedora} >= 8 || 0%{?rhel} >= 6 %if 0%{?fedora} >= 8 || 0%{?rhel} >= 6
BuildRequires: popt-devel BuildRequires: popt-devel
%endif %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 # can't be built on platforms where we don't provide 32-bit kernel
ExcludeArch: s390 sparc sparcv9 ExcludeArch: s390 sparc sparcv9
@ -50,7 +52,7 @@ healthchecks and LVS directors failover.
%build %build
# Get the most recent available kernel build dir, allows to expand arch too # Get the most recent available kernel build dir, allows to expand arch too
KERNELDIR=$(ls -1d --sort t /lib/modules/*/build | head -1) KERNELDIR=$(ls -1d --sort t /lib/modules/*/build | head -1)
%configure --with-kernel-dir="${KERNELDIR}" %configure --with-kernel-dir="${KERNELDIR}" --enable-snmp
%{__make} %{?_smp_mflags} STRIP=/bin/true %{__make} %{?_smp_mflags} STRIP=/bin/true
@ -60,8 +62,11 @@ KERNELDIR=$(ls -1d --sort t /lib/modules/*/build | head -1)
%{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/ %{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/ rm -rf %{buildroot}%{_sysconfdir}/rc.d/init.d/
mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_datadir}/snmp/mibs
%{__install} -p -m 0755 %{SOURCE1} \ %{__install} -p -m 0755 %{SOURCE1} \
%{buildroot}%{_unitdir}/keepalived.service %{buildroot}%{_unitdir}/keepalived.service
%{__install} -p -m 0644 doc/KEEPALIVED-MIB \
%{buildroot}%{_datadir}/snmp/mibs/KEEPALIVED-MIB
%check %check
@ -109,6 +114,7 @@ fi
%config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf %config(noreplace) %{_sysconfdir}/keepalived/keepalived.conf
%config(noreplace) %{_sysconfdir}/sysconfig/keepalived %config(noreplace) %{_sysconfdir}/sysconfig/keepalived
%{_unitdir}/keepalived.service %{_unitdir}/keepalived.service
%{_datadir}/snmp/mibs/KEEPALIVED-MIB
%{_bindir}/genhash %{_bindir}/genhash
%{_sbindir}/keepalived %{_sbindir}/keepalived
%{_mandir}/man1/genhash.1* %{_mandir}/man1/genhash.1*
@ -117,6 +123,9 @@ fi
%changelog %changelog
* Mon Aug 13 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.5-1
- Update to 1.2.5.
* Wed Aug 01 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.4-1 * Wed Aug 01 2012 Ryan O'Hara <rohara@redhat.com> - 1.2.4-1
- Update to 1.2.4. - Update to 1.2.4.

View File

@ -1 +1 @@
86d39fb62be4e2eef4417af4298dec48 keepalived-1.2.4.tar.gz fce2b998cb3c81a4eb8eb960b1d8413f keepalived-1.2.5.tar.gz