- Use --mini-mode when calling rpmlint from rpmlint-mini package.

OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=141
This commit is contained in:
Martin Liška 2021-07-22 15:22:27 +00:00 committed by Git OBS Bridge
parent 3112d31d9e
commit 8f4fe549e6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 22 15:22:01 UTC 2021 - Martin Liška <mliska@suse.cz>
- Use --mini-mode when calling rpmlint from rpmlint-mini package.
-------------------------------------------------------------------
Mon Jul 12 02:29:45 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -11,4 +11,4 @@ rpmlintrc=$(ls -1 /home/abuild/rpmbuild/SOURCES/*rpmlintrc 2>/dev/null)
if [ -n "$rpmlintrc" ]; then
args="-r $rpmlintrc"
fi
exec /opt/testing/bin/rpmlint.real $args $@
exec /opt/testing/bin/rpmlint.real $args --mini-mode $@