Accepting request 1102469 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1102469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grpc?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2023-08-06 14:29:27 +00:00 committed by Git OBS Bridge
commit 5b44fa0576
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"