diff --git a/golang-github-coreos-go-etcd.spec b/golang-github-coreos-go-etcd.spec index 5ac7fd9..c7d3dce 100644 --- a/golang-github-coreos-go-etcd.spec +++ b/golang-github-coreos-go-etcd.spec @@ -9,8 +9,8 @@ %global debug_package %{nil} Name: golang-%{provider}-%{project}-%{repo} -Version: 0.4.6 -Release: 0.3.rc1.git%{shortcommit}%{?dist} +Version: 2.0.0 +Release: 0.1.git%{shortcommit}%{?dist} Summary: The official etcd v0.2 client library for Go License: ASL 2.0 URL: http://%{import_path} @@ -26,7 +26,9 @@ ExclusiveArch: %{ix86} x86_64 %{arm} %package devel BuildRequires: golang >= 1.2.1-3 +BuildRequires: golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes) Requires: golang >= 1.2.1-3 +Requires: golang(github.com/coreos/etcd/etcdserver/etcdhttp/httptypes) Summary: A golang library for logging to systemd Provides: golang(%{import_path}/etcd) = %{version}-%{release} @@ -53,7 +55,7 @@ cp -pav etcd/*.go %{buildroot}/%{gopath}/src/%{import_path}/etcd %attr(644,-,-) %{gopath}/src/%{import_path}/etcd/*.go %changelog -* Mon Apr 20 2015 jchaloup - 0.4.6-0.3.rc1.git0424b5f +* Mon Apr 20 2015 jchaloup - 2.0.0-0.1.git0424b5f - Bump to upstream 0424b5f86ef0ca57a5309c599f74bbb3e97ecd9d related: #1141807