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 2024-02-02 15:45:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old) and /work/SRC/openSUSE:Factory/.rpmlint-mini.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-mini" Fri Feb 2 15:45:05 2024 rev:122 rq:1143436 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes 2023-10-18 21:25:09.019484643 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new.1815/rpmlint-mini.changes 2024-02-02 15:45:30.300855688 +0100 @@ -1,0 +2,5 @@ +Thu Feb 1 12:02:45 UTC 2024 - Andreas Schwab <[email protected]> + +- Don't include copy of libm + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-mini.spec ++++++ --- /var/tmp/diff_new_pack.jhrwD8/_old 2024-02-02 15:45:30.932878581 +0100 +++ /var/tmp/diff_new_pack.jhrwD8/_new 2024-02-02 15:45:30.936878725 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmlint-mini # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -108,8 +108,8 @@ popd ldd %{python_sitearch}/rpm/*.so | while read L T R A do -# skip libc, it must match the system ld.so (which we cannot replace) -case $L in libc.*) continue;; esac +# skip libc/libm, they must match the system ld.so (which we cannot replace) +case $L in lib[cm].*) 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
