Remove builddeps for protobuf-compiler

This commit is contained in:
si-gui 2020-04-20 16:09:52 +08:00
parent 2d9d545bd8
commit f049042e7c

View File

@ -2,7 +2,7 @@
Name: protostream Name: protostream
Version: 3.0.4 Version: 3.0.4
Release: 7 Release: 8
Summary: The Infinispan ProtoStream project Summary: The Infinispan ProtoStream project
License: ASL 2.0 and BSD License: ASL 2.0 and BSD
Url: http://infinispan.org/ 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: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.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.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 %description
ProtoStream is a serialization library based on Protocol buffers format for serializing structured data. 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 %files help -f .mfiles-javadoc
%changelog %changelog
* Mon Apr 20 2020 sunguoshuai <sunguoshuai@huawei.com> - 3.0.4-8
- Remove builddeps for protobuf-compiler
* Sat Dec 21 2019 duyeyu <duyeyu@huawei.com> - 3.0.4-7 * Sat Dec 21 2019 duyeyu <duyeyu@huawei.com> - 3.0.4-7
- Package init - Package init