diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | build.macros.in | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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 # |