From 05587ac278fc2d0204cd10439274acbad6e0112b Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 30 Jan 2023 20:40:22 +0000 Subject: Fix some forever retries An error was not set when failing in %prep or %generate_buildrequires while trying to generate dynamic buildrequires. This causes iurt to assume it's a retriable install_deps_failure. Set the failure to build_failure when what fails is rpmbuild -br rather than installing the packages. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f6310bf..0092584 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ - Add some tests checking the syntax of iurt/ulri/emi as the main scripts are not covered by test. - ulri: Fix syntax +- iurt: Fix build system retrying forever when rpmbuild -br fails to compute + dynamic BuildRequires, for example because some BuildRequires used in %prep + are missing. 0.8.1 - iurt: Fix getting a retriable install_deps_failure instead of missing_dep -- cgit v1.2.1