From ce6350192dc271849180a5e09729e3fd5c414dc9 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 28 Mar 2023 16:11:02 +0800 Subject: [PATCH] Del Specific Fields --- protobuf.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/protobuf.spec b/protobuf.spec index e747d25..77e0830 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %define googletest_ver 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 %bcond_without python %bcond_with java @@ -32,7 +32,6 @@ Source3: %{gtest_url}/archive/%{gtest_commit}/%{gtest_dir}.tar.gz # --help” output. Source4: protoc.1 -# https://bugzilla.redhat.com/show_bug.cgi?id=2051202 # java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) # throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @12d5624a # at com.google.protobuf.ServiceTest.testGetPrototype(ServiceTest.java:107) @@ -386,6 +385,9 @@ fail=1 %endif %changelog +* Tue Mar 28 2023 mgb01105731 - 3.19.6-3 +- Del Specific Fields + * Tue Mar 28 2023 Chunmei Xu - 3.19.6-2 - build without java -- Gitee