diff --git a/golang-github-rackspace-gophercloud.spec b/golang-github-rackspace-gophercloud.spec index 15e87ea..34ae063 100644 --- a/golang-github-rackspace-gophercloud.spec +++ b/golang-github-rackspace-gophercloud.spec @@ -44,7 +44,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 1.0.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: The Go SDK for Openstack http://gophercloud.io License: ASL 2.0 URL: https://%{provider_prefix} @@ -70,11 +70,11 @@ BuildArch: noarch %if 0%{?with_check} BuildRequires: golang(github.com/mitchellh/mapstructure) -BuildRequires: gopkg.in/yaml.v2 +BuildRequires: golang(gopkg.in/yaml.v2) %endif Requires: golang(github.com/mitchellh/mapstructure) -Requires: gopkg.in/yaml.v2 +Requires: golang(gopkg.in/yaml.v2) Provides: golang(%{import_path}) = %{version}-%{release} Provides: golang(%{import_path}/acceptance/openstack) = %{version}-%{release} @@ -491,6 +491,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Feb 01 2017 Jan Chaloupka - 1.0.0-14 +- Fix [Build]Required yaml v2 + related: #1214774 + * Wed Jan 18 2017 Jan Chaloupka - 1.0.0-13 - Bump to upstream c90cb954266e1bdd6d1914678fd6909fc5fabbfa related: #1214774