Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2016-01-28 17:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2015-10-20 
00:05:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes       
2016-01-28 17:25:59.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Jan 28 12:13:36 UTC 2016 - mrueck...@suse.de
+
+- use package name buildrequires on sle11 to fix building
+
+-------------------------------------------------------------------
+Thu Jan 28 11:46:11 UTC 2016 - mrueck...@suse.de
+
+- enable snmp for better monitoring
+- enable sha1 support
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.gnRLhV/_old  2016-01-28 17:26:00.000000000 +0100
+++ /var/tmp/diff_new_pack.gnRLhV/_new  2016-01-28 17:26:00.000000000 +0100
@@ -33,9 +33,15 @@
 Source1:        keepalived.service
 Source2:        keepalive-rpmlintrc
 Patch1:         keepalive-init.patch
+BuildRequires:  net-snmp-devel
+BuildRequires:  snmp-mibs
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
+%if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(libnl-3.0)
+%else
+BuildRequires:  libnl-devel
+%endif
 # BuildRequires:  netsnmp-devel
 BuildRequires:  popt-devel
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -71,7 +77,7 @@
 %build
 export STRIP=true
 export CFLAGS="%optflags -DOPENSSL_NO_SSL_INTERN"
-%configure
+%configure --enable-snmp --enable-sha1
 make %{?_smp_mflags}
 
 %install
@@ -126,6 +132,8 @@
 %{_mandir}/man1/genhash.1.gz
 %{_mandir}/man5/keepalived.conf.5.gz
 %{_mandir}/man8/keepalived.8.gz
+%{_datadir}/snmp/mibs/KEEPALIVED-MIB
+%{_datadir}/snmp/mibs/VRRP-MIB
 %if %{with systemd}
 %{_unitdir}/%name.service
 %else
@@ -135,6 +143,6 @@
 /var/adm/fillup-templates/sysconfig.%{name}
 %doc AUTHOR ChangeLog CONTRIBUTORS COPYING README
 %doc doc/samples/
-%doc doc/keepalived.conf.SYNOPSIS doc/KEEPALIVED-MIB doc/NOTE_vrrp_vmac.txt
+%doc doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
 
 %changelog


Reply via email to