aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-24 10:04:33 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-24 10:07:38 +0200
commitfa70957ed074682bfc1eaf62143cc12c0e14cd5f (patch)
tree337f1bcf486a4db12a2f48c55901cafac245534f
parent1fbe422dd575c8c6558c4d93c5c38c4b24cace2a (diff)
downloadrpm-setup-fa70957ed074682bfc1eaf62143cc12c0e14cd5f.tar
rpm-setup-fa70957ed074682bfc1eaf62143cc12c0e14cd5f.tar.gz
rpm-setup-fa70957ed074682bfc1eaf62143cc12c0e14cd5f.tar.bz2
rpm-setup-fa70957ed074682bfc1eaf62143cc12c0e14cd5f.tar.xz
rpm-setup-fa70957ed074682bfc1eaf62143cc12c0e14cd5f.zip
terminate build when missing buildids by default
-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