aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--build.macros.in4
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd8a67c..43f6f60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- reduce triming changelog from 3 to 2 years
- remove duplicated systemd macros
+- terminate build when missing buildids by default
Version 2.34 - 8 September 2018, by Thierry Vignaud
diff --git a/build.macros.in b/build.macros.in
index e014b51..d2740ef 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -464,6 +464,10 @@ fi
%{nil}
#
+# Should missing buildids terminate a build?
+%_missing_build_ids_terminate_build 1
+
+#
## Should python bytecompilation errors terminate a build?
%_python_bytecompile_errors_terminate_build 1