From 05f6a3e4707a2ab365158d8e06340e41e76653ac9116a28aee241acb5113c292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sat, 5 Mar 2022 10:52:53 +0000 Subject: [PATCH] - Enable --time-report. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=162 --- rpmlint-mini.changes | 5 +++++ rpmlint.wrapper | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 $@