From 9fad831239c507dc7112da90f1cfe317e220d852 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 28 Mar 2023 10:21:23 +0800 Subject: [PATCH] build without java Signed-off-by: Chunmei Xu --- protobuf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index 9608fbb..e747d25 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,7 +1,7 @@ -%define anolis_release 1 +%define anolis_release 2 %define googletest_ver 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 %bcond_without python -%bcond_without java +%bcond_with java Name: protobuf Version: 3.19.6 @@ -386,6 +386,9 @@ fail=1 %endif %changelog +* Tue Mar 28 2023 Chunmei Xu - 3.19.6-2 +- build without java + * Fri Jan 20 2023 Funda Wang - 3.19.6-1 - New version 3.19.6 -- Gitee