[golang-bitbucket-kardianos-osext] removed double quotes from Provides

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Oct 17 04:48:56 UTC 2013


commit ece4ca3795a49c82d2deb0c7f8069d059c753088
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Oct 16 23:48:51 2013 -0500

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

 golang-bitbucket-kardianos-osext.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-bitbucket-kardianos-osext.spec b/golang-bitbucket-kardianos-osext.spec
index 957df0a..d9acf89 100644
--- a/golang-bitbucket-kardianos-osext.spec
+++ b/golang-bitbucket-kardianos-osext.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-bitbucket-kardianos-osext
 Version:        0
-Release:        0.3.hg%{shortrev}%{?dist}
+Release:        0.4.hg%{shortrev}%{?dist}
 Summary:        Extensions to the standard Go OS package
 License:        zlib
 URL:            http://%{import_path}
@@ -28,7 +28,7 @@ which returns the directory containing the same.
 %package devel
 Requires:       golang
 Summary:        Supplementary Go networking libraries
-Provides:       golang("%{import_path}") = %{version}-%{release}
+Provides:       golang(%{import_path}) = %{version}-%{release}
 
 %description devel
 %{summary}
@@ -55,6 +55,9 @@ 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.4.hg364fb577de68
+- removed double quotes from provides
+
 * Mon Oct 14 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.3.hg364fb577de68
 - devel description update
 


More information about the scm-commits mailing list