[golang-github-rackspace-gophercloud/f21] Fix root provide, replace double % with one - related: #1153733

Jan Chaloupka jchaloup at fedoraproject.org
Fri Mar 6 21:15:00 UTC 2015


commit f1848ed226a97907bec277d842a9f533ed55e7ed
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Mar 6 22:07:48 2015 +0100

    Fix root provide, replace double % with one
    - related: #1153733

 golang-github-rackspace-gophercloud.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-rackspace-gophercloud.spec b/golang-github-rackspace-gophercloud.spec
index 62e1bfc..85f9d39 100644
--- a/golang-github-rackspace-gophercloud.spec
+++ b/golang-github-rackspace-gophercloud.spec
@@ -9,7 +9,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        1.0.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        The Go SDK for Openstack http://gophercloud.io
 License:        ASL 2.0
 URL:            https://%{import_path}
@@ -36,7 +36,7 @@ Requires:       golang >= 1.2.1-3
 Requires:       golang(github.com/mitchellh/mapstructure)
 Requires:       golang(code.google.com/p/go.crypto/ssh)
 Summary:        %{summary}
-Provides: golang(%%{import_path}) = %%{version}-%%{release}
+Provides: golang(%{import_path}) = %{version}-%{release}
 Provides: golang(%{import_path}/acceptance/openstack) = %{version}-%{release}
 Provides: golang(%{import_path}/acceptance/openstack/blockstorage/v1) = %{version}-%{release}
 Provides: golang(%{import_path}/acceptance/openstack/compute/v2) = %{version}-%{release}
@@ -242,6 +242,10 @@ cp -pav {acceptance,openstack,pagination,rackspace,script,testhelper} %{buildroo
 %{gopath}/src/%{import_path}/
 
 %changelog
+* Fri Mar 06 2015 jchaloup <jchaloup at redhat.com> - 1.0.0-5
+- Fix root provide, replace double % with one
+  related: #1153733
+
 * Fri Mar 06 2015 jchaloup <jchaloup at redhat.com> - 1.0.0-4
 - Fix Provides, used import_path macro instead of its value
   related: #1153733


More information about the scm-commits mailing list