From 8e3a9c99640c249e13fa3c5e8113b434d4bbdfcc Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Mon, 10 Feb 2025 14:45:40 +0100 Subject: [PATCH] debug: dont merge --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index cddc78f5dedb..e37fe4ce62c2 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'