diff --git a/protostream.spec b/protostream.spec index 7d57ef4..2e0b537 100644 --- a/protostream.spec +++ b/protostream.spec @@ -2,7 +2,7 @@ Name: protostream Version: 3.0.4 -Release: 7 +Release: 8 Summary: The Infinispan ProtoStream project License: ASL 2.0 and BSD Url: http://infinispan.org/ @@ -16,7 +16,7 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-surefire-report-plugin) mvn BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) mvn(org.jboss:jboss-parent:pom:) BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin) mvn(org.jboss.logging:jboss-logging) BuildRequires: mvn(org.jboss.logging:jboss-logging-processor) mvn(org.jboss.marshalling:jboss-marshalling) -BuildRequires: mvn(org.jboss.marshalling:jboss-marshalling-river) protobuf-compiler +BuildRequires: mvn(org.jboss.marshalling:jboss-marshalling-river) %description ProtoStream is a serialization library based on Protocol buffers format for serializing structured data. @@ -79,5 +79,8 @@ rm core/src/test/java/org/infinispan/protostream/annotations/impl/ProtoSchemaBui %files help -f .mfiles-javadoc %changelog +* Mon Apr 20 2020 sunguoshuai - 3.0.4-8 +- Remove builddeps for protobuf-compiler + * Sat Dec 21 2019 duyeyu - 3.0.4-7 - Package init