From 410a20b9da694d1706e7d6ceed6cd788181894bd Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Thu, 27 Aug 2020 15:19:51 +0800 Subject: [PATCH] chang buildrequies protobuf to protobuf-devel --- google-http-java-client.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/google-http-java-client.spec b/google-http-java-client.spec index 022ba67..789cbea 100644 --- a/google-http-java-client.spec +++ b/google-http-java-client.spec @@ -1,6 +1,6 @@ Name: google-http-java-client Version: 1.22.0 -Release: 6 +Release: 7 Summary: Google HTTP Client Library for Java License: ASL 2.0 URL: https://github.com/google/google-http-java-client/ @@ -15,7 +15,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin) mvn(org.cod BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) mvn(org.codehaus.mojo:exec-maven-plugin) BuildRequires: mvn(org.datanucleus:datanucleus-core) mvn(org.datanucleus:datanucleus-api-jdo) BuildRequires: mvn(org.datanucleus:datanucleus-rdbms) mvn(org.mockito:mockito-all) -BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(xpp3:xpp3) protobuf +BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(xpp3:xpp3) protobuf-devel Provides: bundled(apache-commons-codec) = 1.8 BuildArch: noarch @@ -186,5 +186,9 @@ rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheH %doc LICENSE %changelog +* Thu Aug 27 chengzihan - 1.22.0-7 +- the binary file /usr/bin/protoc needed by this package is currently +- provided by protobuf-devel instead of protobuf + * Wed Mar 4 2020 lingsheng - 1.22.0-6 - Package init -- Gitee