diff --git a/Makefile.am b/Makefile.am index cddc78f5ded..e37fe4ce62c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -336,6 +336,7 @@ container-rpm-test: $(RPM_NAME):$(CI_TAG) \ sh -exc ' \ /run-build-and-arg make run-rpm-tests-only; \ + echo "debuglevel=10" >> /etc/dnf/dnf.conf; \ dnf install -y /tmp/anaconda/result/build/01-rpm-build/*.rpm; \ cd /tmp/anaconda; \ rpmlint *.spec.in result/build/01-rpm-build/*.rpm --config rpmlint.toml'