File reproducible.patch of Package ollama.18762

diff --git a/llama/make/Makefile.default b/llama/make/Makefile.default
index 6a9b9ef..2ab7dfe 100644
--- a/llama/make/Makefile.default
+++ b/llama/make/Makefile.default
@@ -42,7 +42,7 @@ $(RUNNERS_DIST_DIR)/%: $(RUNNERS_BUILD_DIR)/%
 
 $(RUNNERS_PAYLOAD_DIR)/%/ollama_llama_server$(EXE_EXT).gz: $(RUNNERS_BUILD_DIR)/%/ollama_llama_server$(EXE_EXT)
 	@-mkdir -p $(dir $@)
-	${GZIP} --best -c $< > $@
+	${GZIP} -n --best -c $< > $@
 
 clean:
 	rm -f $(BUILD_RUNNERS) $(DIST_RUNNERS) $(PAYLOAD_RUNNERS)
openSUSE Build Service is sponsored by