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-10-12 23:38:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old) and /work/SRC/openSUSE:Factory/.rpmlint-mini.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmlint-mini" Thu Oct 12 23:38:45 2023 rev:120 rq:1116869 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes 2023-07-19 19:10:16.552440457 +0200 +++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new.1807/rpmlint-mini.changes 2023-10-12 23:38:46.685662898 +0200 @@ -1,0 +2,6 @@ +Wed Oct 11 09:22:52 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Make rpmlint shebang replacement independent on the shebang in the + rpmlint script. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmlint-mini.spec ++++++ --- /var/tmp/diff_new_pack.0dFIsB/_old 2023-10-12 23:38:47.433689975 +0200 +++ /var/tmp/diff_new_pack.0dFIsB/_new 2023-10-12 23:38:47.437690120 +0200 @@ -130,7 +130,8 @@ popd find %{buildroot}/opt/testing/ -name __pycache__ -exec rm -rf {} + # We need to force the shebang to be under /opt/testing -sed -e 's,/usr,/opt/testing,' %{_bindir}/rpmlint > %{buildroot}/opt/testing/bin/rpmlint.real +sed -e '1s,#!.*python.*,#!/opt/testing/bin/python3,' %{_bindir}/rpmlint > %{buildroot}/opt/testing/bin/rpmlint.real + chmod a+x %{buildroot}/opt/testing/bin/rpmlint.real rm -rf %{buildroot}/{usr,etc} install -m 755 -D %{SOURCE2} %{buildroot}/opt/testing/bin/rpmlint