From 7b962cfa9d3d510a1841a7b2e20b86bc60ae69e1 Mon Sep 17 00:00:00 2001 From: jackie_wu123 Date: Mon, 16 Dec 2019 14:36:06 +0800 Subject: [PATCH] add dependencies --- golang-googlecode-goprotobuf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang-googlecode-goprotobuf.spec b/golang-googlecode-goprotobuf.spec index b26b443..22170d8 100644 --- a/golang-googlecode-goprotobuf.spec +++ b/golang-googlecode-goprotobuf.spec @@ -7,7 +7,7 @@ Summary: A support for Google's protocol buffers License: BSD URL: https://github.com/golang/protobuf Source0: https://github.com/golang/protobuf/archive/v1.3.1.tar.gz#/protobuf-1.3.1.tar.gz -BuildRequires: protobuf-compiler +BuildRequires: protobuf-compiler compiler(go-compiler) Requires: protobuf Provides: protoc-gen-go = %{version}-%{release} -- Gitee