[golang-github-gorilla-context] Double quotes removed from Provides

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Oct 17 03:40:23 UTC 2013


commit 05793d4c9aff4b8e72435e3cfe9688e69ff8a548
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Oct 16 22:40:07 2013 -0500

    Double quotes removed from Provides
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 golang-github-gorilla-context.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-gorilla-context.spec b/golang-github-gorilla-context.spec
index cf0deba..1d0959b 100644
--- a/golang-github-gorilla-context.spec
+++ b/golang-github-gorilla-context.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-gorilla-context
 Version:        0
-Release:        0.18.git%{shortcommit}%{?dist}
+Release:        0.19.git%{shortcommit}%{?dist}
 Summary:        A golang registry for global request variables
 License:        BSD
 URL:            http://www.gorillatoolkit.org/pkg/context
@@ -28,7 +28,7 @@ other common uses.
 %package devel
 Requires:       golang
 Summary:        A golang registry for global request variables
-Provides:       golang("%{import_path}") = %{version}-%{release}
+Provides:       golang(%{import_path}) = %{version}-%{release}
 
 %description devel
 Package gorilla/context stores values shared during a request lifetime.
@@ -61,8 +61,12 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Wed Oct 16 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.19.git708054d
+- double quotes removed from provides
+
 * Tue Oct 08 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.18.git708054d
 - noarch for f19+ and rhel7+, exclusivearch otherwise
+
 * Mon Oct 07 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.17.git708054d
 - exclusivearch as per golang package
 - debug_package nil


More information about the scm-commits mailing list