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:
commit
5b44fa0576
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user