diff --git a/rpmlint-mini.changes b/rpmlint-mini.changes index 827deac..2007afc 100644 --- a/rpmlint-mini.changes +++ b/rpmlint-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 5 10:52:37 UTC 2022 - Martin Liška + +- Enable --time-report. + ------------------------------------------------------------------- Wed Feb 2 10:26:05 UTC 2022 - Ben Greiner diff --git a/rpmlint.wrapper b/rpmlint.wrapper index 4ebfc1e..e93e864 100644 --- a/rpmlint.wrapper +++ b/rpmlint.wrapper @@ -7,4 +7,4 @@ XDG_CONFIG_HOME="/opt/testing/share" LC_ALL=en_US.utf-8 export PYTHONHOME LD_LIBRARY_PATH LC_ALL XDG_CONFIG_HOME # rely on rpmlint auto-loading support for rpmlintrc files -exec /opt/testing/bin/rpmlint.real --mini-mode $@ +exec /opt/testing/bin/rpmlint.real --mini-mode --time-report $@