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 2c03071..a99f05d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- change file digests hashing algorithm to SHA-256
- kill obsolete %defaultbuildroot
- kill old %__find_(provides|requires)
- kill redondant/unmainted macro (mga#4927)
diff --git a/build.macros.in b/build.macros.in
index 40d1a4d..7895c6f 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -144,6 +144,10 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} -
#
%_include_minidebuginfo 1
+# Use SHA-256 for FILEDIGESTS instead of default MD5
+%_source_filedigest_algorithm 8
+%_binary_filedigest_algorithm 8
+
#------------------------------------------------------------------------------
# definions merged from manbo-setup-build
#