diff --git a/rpmlint-mini.changes b/rpmlint-mini.changes index 1d6688c..30ef8bd 100644 --- a/rpmlint-mini.changes +++ b/rpmlint-mini.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 12 07:27:17 UTC 2022 - Martin Liška + +- Remove extra %make_build arguments. + +------------------------------------------------------------------- +Mon Sep 5 16:50:16 UTC 2022 - Christopher Yeleighton + +- Copy libraries required by _rpm.cpython to the testing root (boo#1203093). + ------------------------------------------------------------------- Mon Jul 25 08:02:16 UTC 2022 - Martin Liška diff --git a/rpmlint-mini.spec b/rpmlint-mini.spec index c585e09..e4c41e9 100644 --- a/rpmlint-mini.spec +++ b/rpmlint-mini.spec @@ -62,13 +62,13 @@ source packages can be checked. %prep %setup -q -n desktop-file-utils-0.24 -[ -r COPYING ] + myrpmlint chmod +x myrpmlint set +e -./myrpmlint -i rpmlint +sh -x myrpmlint -i rpmlint test $? -gt 0 -a $? -lt 60 && exit 1 set -e