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-02-23 20:22:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keepalived (Old) and /work/SRC/openSUSE:Factory/.keepalived.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keepalived" Tue Feb 23 20:22:00 2021 rev:32 rq:874560 version:2.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes 2021-01-27 18:59:01.988507499 +0100 +++ /work/SRC/openSUSE:Factory/.keepalived.new.2378/keepalived.changes 2021-02-23 20:23:19.447810558 +0100 @@ -1,0 +2,7 @@ +Thu Feb 18 16:17:02 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- Make sure we pull in the libraries we need for dlopen, by + following the symlinks from the .so symlinks with the + requires_file macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keepalived.spec ++++++ --- /var/tmp/diff_new_pack.NKblbl/_old 2021-02-23 20:23:19.983811032 +0100 +++ /var/tmp/diff_new_pack.NKblbl/_new 2021-02-23 20:23:19.983811032 +0100 @@ -16,6 +16,8 @@ # +%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 @@ -86,6 +88,11 @@ %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