Accepting request 1102203 from home:bmwiedemann:branches:devel:tools

Please check, if it still works:

Don't include non-deterministic CMakeConfigureLog.yaml in sources
  to fix reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1102203
OBS-URL: https://build.opensuse.org/package/show/devel:tools/grpc?expand=0&rev=149
This commit is contained in:
Jan Engelhardt 2023-08-05 12:12:35 +00:00 committed by Git OBS Bridge
parent 3ccde6b394
commit e2ac8edb71
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 3 15:25:03 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Don't include non-deterministic CMakeConfigureLog.yaml in sources
to fix reproducible builds
-------------------------------------------------------------------
Sat Jul 15 06:20:50 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -161,6 +161,8 @@ find . -type f "(" -name "*.so" -o -name "*.o" -o -name ".git*" -o \
popd
# Don't include abseil-cpp in sources
rm -fr third_party/abseil-cpp/*
# Don't include non-deterministic log in sources
rm build/CMakeFiles/CMakeConfigureLog.yaml
mkdir -p "%buildroot/%src_install_dir"
cp -r * "%buildroot/%src_install_dir"