|
@@ -1,6 +1,6 @@
|
|
Summary: HA monitor built upon LVS, VRRP and services poller
|
|
Summary: HA monitor built upon LVS, VRRP and services poller
|
|
Name: keepalived
|
|
Name: keepalived
|
|
-Version: 1.2.7
|
|
+Version: 1.2.19
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
@@ -50,7 +50,9 @@ healthchecks and LVS directors failover.
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-snmp
|
|
+%configure \
|
|
|
|
+ --enable-snmp \
|
|
|
|
+ --enable-sha1
|
|
%{__make} %{?_smp_mflags} STRIP=/bin/true
|
|
%{__make} %{?_smp_mflags} STRIP=/bin/true
|
|
|
|
|
|
|
|
|
|
@@ -60,10 +62,6 @@ healthchecks and LVS directors failover.
|
|
# Remove "samples", as we include them in %%doc
|
|
# Remove "samples", as we include them in %%doc
|
|
%{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
|
|
%{__rm} -rf %{buildroot}%{_sysconfdir}/keepalived/samples/
|
|
|
|
|
|
-mkdir -p %{buildroot}%{_datadir}/snmp/mibs/
|
|
|
|
-%{__install} -p -m 0644 doc/KEEPALIVED-MIB %{buildroot}%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%check
|
|
%check
|
|
# A build could silently have LVS support disabled if the kernel includes can't
|
|
# A build could silently have LVS support disabled if the kernel includes can't
|
|
# be properly found, we need to avoid that.
|
|
# be properly found, we need to avoid that.
|
|
@@ -102,13 +100,16 @@ fi
|
|
%{_sysconfdir}/rc.d/init.d/keepalived
|
|
%{_sysconfdir}/rc.d/init.d/keepalived
|
|
%{_bindir}/genhash
|
|
%{_bindir}/genhash
|
|
%attr(0755,root,root) %{_sbindir}/keepalived
|
|
%attr(0755,root,root) %{_sbindir}/keepalived
|
|
-%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
|
|
+%{_datadir}/snmp/mibs/*
|
|
%{_mandir}/man1/genhash.1*
|
|
%{_mandir}/man1/genhash.1*
|
|
%{_mandir}/man5/keepalived.conf.5*
|
|
%{_mandir}/man5/keepalived.conf.5*
|
|
%{_mandir}/man8/keepalived.8*
|
|
%{_mandir}/man8/keepalived.8*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Mar 15 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.19-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Apr 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.7-1
|
|
* Mon Apr 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.7-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|