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-08 15:19:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Mon Mar  8 15:19:16 2021 rev:33 rq:877579 version:2.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2021-02-23 
20:23:19.447810558 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new.2378/keepalived.changes  
2021-03-08 15:20:58.686102168 +0100
@@ -1,0 +2,11 @@
+Sun Mar  7 00:34:36 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 2.2.2
+  https://www.keepalived.org/release-notes/Release-2.2.2.html
+- change how we install documentation to avoid duplicated files
+- Link all the files for ipset, iptables, libnl instead of dlopen.
+  Drop the previous workaround for generating requires for the
+  dlopen-ed libaries.
+- remove unsupported configure option: --enable-libiptc
+
+-------------------------------------------------------------------

Old:
----
  keepalived-2.2.1.tar.gz

New:
----
  keepalived-2.2.2.tar.gz

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

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.fp7f8T/_old  2021-03-08 15:20:59.130102494 +0100
+++ /var/tmp/diff_new_pack.fp7f8T/_new  2021-03-08 15:20:59.134102496 +0100
@@ -16,8 +16,6 @@
 #
 
 
-%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 
'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 
's/ 0:/ /' | grep -v "is not")
-
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -45,7 +43,7 @@
 %bcond_without json
 
 Name:           keepalived
-Version:        2.2.1
+Version:        2.2.2
 Release:        0
 Summary:        A keepalive facility for Linux
 License:        GPL-2.0-or-later
@@ -88,11 +86,6 @@
 %else
 Requires(pre):  %insserv_prereq
 %endif
-%requires_file %{_libdir}/libipset.so
-%requires_file %{_libdir}/libip6tc.so
-%requires_file %{_libdir}/libip4tc.so
-%requires_file %{_libdir}/libnl-3.so
-%requires_file %{_libdir}/libnl-genl-3.so
 
 %description
 This project provides facilities for load balancing and high-availability to
@@ -119,6 +112,7 @@
 #  --enable-dbus-create-instance \
 %configure \
   --disable-silent-rules \
+  --docdir=%{_defaultdocdir}/%{name}/ \
   --enable-bfd \
   %if %{with json}
   --enable-json \
@@ -152,13 +146,12 @@
   --enable-log-file \
   --enable-routes \
   --enable-iptables \
-  --enable-dynamic-linking \
-  --enable-libiptc \
-  --enable-libiptc-dynamic \
+  --disable-dynamic-linking \
+  --disable-libiptc-dynamic \
+  --disable-libipset-dynamic \
+  --disable-libnl-dynamic \
   --enable-libipset \
-  --enable-libipset-dynamic \
   --enable-libnl \
-  --enable-libnl-dynamic \
   --enable-stacktrace \
   --enable-json
 make %{?_smp_mflags}
@@ -177,6 +170,9 @@
 
 chmod -R o= %{buildroot}/etc/keepalived
 rm -rv %{buildroot}/etc/keepalived/samples/ 
%{buildroot}/etc/sysconfig/keepalived
+cp -rv \
+  AUTHOR ChangeLog CONTRIBUTORS README doc/samples/ 
doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt \
+  %{buildroot}%{_defaultdocdir}/%{name}/
 
 %check
 # A build could silently have LVS support disabled if the kernel includes can't
@@ -219,10 +215,7 @@
 %files
 %defattr(-,root,root)
 %license COPYING
-%doc AUTHOR ChangeLog CONTRIBUTORS README
-%doc %{_datadir}/doc/keepalived/
-%doc doc/samples/
-%doc doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt
+%doc %{_defaultdocdir}/%{name}/
 %dir  %{_sysconfdir}/keepalived
 %dir %attr(-,keepalived,keepalived) %{_var}/lib/%{name}
 %{_fillupdir}/sysconfig.%{name}

++++++ keepalived-2.2.1.tar.gz -> keepalived-2.2.2.tar.gz ++++++
++++ 18568 lines of diff (skipped)

Reply via email to