Browse Source

keepalived-1.2.19-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10084 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
78b3dfa7fe
1 changed files with 8 additions and 7 deletions
  1. 8 7
      k/keepalived/keepalived-vl.spec

+ 8 - 7
k/keepalived/keepalived-vl.spec

@@ -1,6 +1,6 @@
 Summary: HA monitor built upon LVS, VRRP and services poller
 Name: keepalived
-Version: 1.2.7
+Version: 1.2.19
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
@@ -50,7 +50,9 @@ healthchecks and LVS directors failover.
 
 
 %build
-%configure --enable-snmp
+%configure \
+        --enable-snmp \
+        --enable-sha1
 %{__make} %{?_smp_mflags} STRIP=/bin/true
 
 
@@ -60,10 +62,6 @@ healthchecks and LVS directors failover.
 # Remove "samples", as we include them in %%doc
 %{__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
 # A build could silently have LVS support disabled if the kernel includes can't
 # be properly found, we need to avoid that.
@@ -102,13 +100,16 @@ fi
 %{_sysconfdir}/rc.d/init.d/keepalived
 %{_bindir}/genhash
 %attr(0755,root,root) %{_sbindir}/keepalived
-%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt
+%{_datadir}/snmp/mibs/*
 %{_mandir}/man1/genhash.1*
 %{_mandir}/man5/keepalived.conf.5*
 %{_mandir}/man8/keepalived.8*
 
 
 %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
 - initial build for Vine Linux