Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpmlint-mini for openSUSE:Factory checked in at 2023-02-05 19:20:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old) and /work/SRC/openSUSE:Factory/.rpmlint-mini.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-mini" Sun Feb 5 19:20:09 2023 rev:116 rq:1062937 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes 2022-09-14 13:44:26.301812115 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new.4462/rpmlint-mini.changes 2023-02-05 19:20:12.691559997 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 14:50:24 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Don't include copy of libc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-mini.spec ++++++ --- /var/tmp/diff_new_pack.xr9EDM/_old 2023-02-05 19:20:13.559565015 +0100 +++ /var/tmp/diff_new_pack.xr9EDM/_new 2023-02-05 19:20:13.567565061 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmlint-mini # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -101,7 +101,10 @@ done popd ldd %{python_sitearch}/rpm/*.so | while read L T R A -do cp '-aLt%{buildroot}/opt/testing/lib' "${R}" || # is it a virtual library? +do +# skip libc, it must match the system ld.so (which we cannot replace) +case $L in libc.*) continue;; esac +cp '-aLt%{buildroot}/opt/testing/lib' "${R}" || # is it a virtual library? ! <"${R}" || # it is a real library and still could not be copied false # this is necessary to really fail done