From e2ac8edb71b0488392ec605130370fb7eff103f090207bbc5509ec73a128c44a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 5 Aug 2023 12:12:35 +0000 Subject: [PATCH] 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 --- grpc.changes | 6 ++++++ grpc.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/grpc.changes b/grpc.changes index 0f90fe7..3d532ca 100644 --- a/grpc.changes +++ b/grpc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 3 15:25:03 UTC 2023 - Bernhard Wiedemann + +- Don't include non-deterministic CMakeConfigureLog.yaml in sources + to fix reproducible builds + ------------------------------------------------------------------- Sat Jul 15 06:20:50 UTC 2023 - Jan Engelhardt diff --git a/grpc.spec b/grpc.spec index ca6b753..bb98469 100644 --- a/grpc.spec +++ b/grpc.spec @@ -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"