aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2023-01-30 20:40:22 +0000
committerPascal Terjan <pterjan@mageia.org>2023-01-30 20:40:22 +0000
commit05587ac278fc2d0204cd10439274acbad6e0112b (patch)
treec0ebaa11e0912df4b0f244bb996ab3bed95a4d51 /NEWS
parentd859e7f4012097a3edbe30a365a946c0abe50d64 (diff)
downloadiurt-05587ac278fc2d0204cd10439274acbad6e0112b.tar
iurt-05587ac278fc2d0204cd10439274acbad6e0112b.tar.gz
iurt-05587ac278fc2d0204cd10439274acbad6e0112b.tar.bz2
iurt-05587ac278fc2d0204cd10439274acbad6e0112b.tar.xz
iurt-05587ac278fc2d0204cd10439274acbad6e0112b.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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