From 15cfb9547ba71cc4e2319ec56316bb405de44b3a881875616a36d8d4c628e092 Mon Sep 17 00:00:00 2001 From: c unix Date: Thu, 23 Jul 2020 21:03:35 +0000 Subject: [PATCH] Accepting request 822151 from home:bmwiedemann:branches:server:dns Sort file lists to make package build reproducible OBS-URL: https://build.opensuse.org/request/show/822151 OBS-URL: https://build.opensuse.org/package/show/server:dns/dnscrypt-proxy?expand=0&rev=28 --- dnscrypt-proxy.changes | 5 +++++ find_licenses.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dnscrypt-proxy.changes b/dnscrypt-proxy.changes index af10e44..b3ceb5d 100644 --- a/dnscrypt-proxy.changes +++ b/dnscrypt-proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 22 01:43:47 UTC 2020 - Bernhard Wiedemann + +- Sort file lists to make package build reproducible + ------------------------------------------------------------------- Tue Jun 30 12:00:00 UTC 2020 - cunix@mail.de diff --git a/find_licenses.sh b/find_licenses.sh index 0e4aba7..457f9f9 100644 --- a/find_licenses.sh +++ b/find_licenses.sh @@ -33,8 +33,8 @@ if [[ -z "$vendor_licenses_dir" ]] then echo Searching for licenses ... rm $licenses_file - find ./*/ -iname "license*" -fprint $licenses_file - find ./*/ -iname "copying*" >> $licenses_file + find ./*/ -iname "license*" | sort > $licenses_file + find ./*/ -iname "copying*" | sort >> $licenses_file goahead=1 else echo "$vendor_licenses_dir" is not a directory.