Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2018-01-22 16:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Mon Jan 22 16:21:11 2018 rev:20 rq:568180 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2018-01-16 
09:43:16.571145695 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes       
2018-01-22 16:22:25.110989062 +0100
@@ -1,0 +2,10 @@
+Mon Jan 22 13:03:55 UTC 2018 - [email protected]
+
+- enable json stats and config dump support
+  new BR: pkgconfig(json-c)
+- disable dynamic loading of libipset and link it instead
+- enable stacktrace support
+- turn on snmp-rfcv2 and snmp-rfcv3 support
+- do not reference the keepalived.socket in the rpm scriptlets
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.rlj42m/_old  2018-01-22 16:22:25.698961561 +0100
+++ /var/tmp/diff_new_pack.rlj42m/_new  2018-01-22 16:22:25.702961374 +0100
@@ -50,6 +50,7 @@
 %if 0%{?suse_version} > 1110
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libipset)
 BuildRequires:  pkgconfig(libiptc)
 BuildRequires:  pkgconfig(libnl-3.0)
@@ -106,6 +107,9 @@
   %endif
   --enable-snmp \
   --enable-snmp-vrrp \
+  --enable-snmp-rfc \
+  --enable-snmp-rfcv2 \
+  --enable-snmp-rfcv3 \
   %if %{with dbus}
   --enable-dbus \
   --enable-dbus-create-instance \
@@ -121,7 +125,11 @@
   --enable-sha1 \
   --enable-routes \
   --enable-libiptc \
-  --enable-libipset
+  --enable-libipset \
+  --disable-libipset-dynamic \
+  --enable-libnl \
+  --enable-stacktrace \
+  --enable-json
 make %{?_smp_mflags}
 
 %install
@@ -153,26 +161,26 @@
        /usr/sbin/useradd -g %{name} -s /bin/false -r -c "Keepalived" \
        -d %{_var}/lib/%{name} %{name}
 %if %{with systemd}
-%service_add_pre %{name}.service %{name}.socket
+%service_add_pre %{name}.service
 %endif
 
 %preun
 %stop_on_removal %{name}
 %if %{with systemd}
-%service_del_preun %{name}.service %{name}.socket
+%service_del_preun %{name}.service
 %endif
 
 %post
 %fillup_only %{name}
 %if %{with systemd}
-%service_add_post %{name}.service %{name}.socket
+%service_add_post %{name}.service
 %endif
 
 %postun
 %insserv_cleanup
 %restart_on_update %{name}
 %if %{with systemd}
-%service_del_postun %{name}.service %{name}.socket
+%service_del_postun %{name}.service
 %endif
 
 %files


Reply via email to