Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2021-03-10 08:57:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Wed Mar 10 08:57:00 2021 rev:34 rq:877819 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2021-03-08 
15:20:58.686102168 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new.2378/keepalived.changes  
2021-03-10 08:58:31.134967240 +0100
@@ -1,0 +2,16 @@
+Mon Mar  8 17:44:29 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- drop linux-4.15.patch: No longer needed as it was a backport from
+  upstream
+- Cleanup configure options after consultation with upstream:
+  - --enable-regex-timers is for debugging purposes
+  - --enable-snmp-checker and --enable-snmp-vrrp are enabled by
+    --enable-snmp
+  - --enable-snmp-rfcv2 and --enable-snmp-rfcv3 anre enabled by
+    --enable-snmp-rfc
+  - --enable-stacktrace is definitely a debugging option
+- on systems where we have nftables support we will only ship with
+  nftables support (>= 15.0) and use iptables support only on older
+  distributions.
+
+-------------------------------------------------------------------

Old:
----
  linux-4.15.patch

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

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.KtWG3Q/_old  2021-03-10 08:58:31.606967728 +0100
+++ /var/tmp/diff_new_pack.KtWG3Q/_new  2021-03-10 08:58:31.606967728 +0100
@@ -52,8 +52,6 @@
 Source:         http://www.keepalived.org/software/%{name}-%{version}.tar.gz
 Source2:        keepalive-rpmlintrc
 Patch1:         keepalive-init.patch
-# PATCH-FIX-UPSTREAM: 
https://github.com/acassen/keepalived/commit/947248af144bcab6376ccddab8dc40f313b14281.patch
-Patch2:         linux-4.15.patch
 BuildRequires:  file-devel
 BuildRequires:  net-snmp-devel
 BuildRequires:  pkgconfig
@@ -102,7 +100,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p0
 chmod 644 doc/samples/*
 
 %build
@@ -118,20 +115,19 @@
   --enable-json \
   %endif
   --enable-snmp \
-  --enable-snmp-checker \
-  --enable-snmp-vrrp \
   --enable-snmp-rfc \
-  --enable-snmp-rfcv2 \
-  --enable-snmp-rfcv3 \
   %if %{with dbus}
   --enable-dbus \
   %endif
   %if %{with keepalived_regex}
   --enable-regex \
-  --enable-regex-timers \
   %endif
   %if %{with keepalived_nftables}
   --enable-nftables \
+  --disable-iptables \
+  %else
+  --enable-iptables \
+  --enable-libipset \
   %endif
   %if %{with systemd}
   --enable-systemd \
@@ -145,14 +141,11 @@
   --enable-hardening \
   --enable-log-file \
   --enable-routes \
-  --enable-iptables \
   --disable-dynamic-linking \
   --disable-libiptc-dynamic \
   --disable-libipset-dynamic \
   --disable-libnl-dynamic \
-  --enable-libipset \
   --enable-libnl \
-  --enable-stacktrace \
   --enable-json
 make %{?_smp_mflags}
 

Reply via email to