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 2021-04-06 17:28:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old) and /work/SRC/openSUSE:Factory/.rpmlint-mini.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-mini" Tue Apr 6 17:28:44 2021 rev:106 rq:881322 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes 2020-09-18 14:27:18.975224853 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new.2401/rpmlint-mini.changes 2021-04-06 17:28:47.939057090 +0200 @@ -1,0 +2,9 @@ +Thu Mar 25 09:24:35 UTC 2021 - Matthias Gerstner <[email protected]> + +- apply workaround for situations in which regular rpmlint is invoked when + building rpmlint-mini. Regular rpmlint does not implicitly add rpmlintrc + files, causing fatal badness to occur when building rpmlint-mini. Therefore + explicitly copy our rpmlintrc to a location that is processed by regular + rpmlint, too. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-mini.spec ++++++ --- /var/tmp/diff_new_pack.05ab5Q/_old 2021-04-06 17:28:48.539057769 +0200 +++ /var/tmp/diff_new_pack.05ab5Q/_new 2021-04-06 17:28:48.539057769 +0200 @@ -1,7 +1,7 @@ # # spec file for package rpmlint-mini # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,6 +53,10 @@ %setup -q -n desktop-file-utils-0.24 [ -r COPYING ] tar xf %{S:2} +# workaround rpmlintrc not being effective, because regular rpmlint is invoked +# instead of rpmlint-mini, see suse-build change here: +# https://github.com/openSUSE/obs-build/commit/1139134127373b058d3622bafb989c51e2ecc7b8 +cp %{SOURCE1000} $HOME/.rpmlintrc %build %configure
