Accepting request 504340 from GNOME:Factory

- gi-find-deps.sh: sort autogenerated Requires to make builds fully
  reproducible.

OBS-URL: https://build.opensuse.org/request/show/504340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2017-06-19 11:23:11 +00:00 committed by Git OBS Bridge
commit 8f26ef89c6
2 changed files with 8 additions and 2 deletions

View File

@ -55,7 +55,7 @@ for resource in $($gresourcecmd list "$1" 2>/dev/null); do
mkdir -p $tmpdir/$(dirname $resource)
$gresourcecmd extract "$1" $resource > $tmpdir/$resource
done
find $tmpdir -type f | sh $0 -R
find $tmpdir -type f | sort | sh $0 -R
rm -rf "$tmpdir"
}
@ -225,7 +225,7 @@ x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64"
for path in \
$(for tlpath in \
$(find ${RPM_BUILD_ROOT}/usr/lib64 ${RPM_BUILD_ROOT}/usr/lib /usr/lib64 /usr/lib -name '*.typelib' 2>/dev/null); do
dirname $tlpath; done | uniq ); do
dirname $tlpath; done | sort --unique ); do
export GI_TYPELIB_PATH=$GI_TYPELIB_PATH:$path
done

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 17 05:35:10 UTC 2017 - bwiedemann@suse.com
- gi-find-deps.sh: sort autogenerated Requires to make builds fully
reproducible.
-------------------------------------------------------------------
Sun Apr 16 16:55:30 UTC 2017 - zaitor@opensuse.org