[golang-github-kr-pty] removed double quotes from Provides

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Oct 17 04:21:02 UTC 2013


commit 30f3d48a3736a446a996bb1f0c3ae2928850209f
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Oct 16 23:20:54 2013 -0500

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

 golang-github-kr-pty.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-kr-pty.spec b/golang-github-kr-pty.spec
index 6b1a0dc..774f12c 100644
--- a/golang-github-kr-pty.spec
+++ b/golang-github-kr-pty.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-kr-pty
 Version:        0
-Release:        0.14.git%{shortcommit}%{?dist}
+Release:        0.15.git%{shortcommit}%{?dist}
 Summary:        PTY interface for Go
 License:        MIT
 URL:            http://godoc.org/%{import_path}
@@ -23,7 +23,7 @@ Pty is a Go package for using UNIX pseudo-terminals.
 %package devel
 Requires:       golang
 Summary:        PTY interface for Go
-Provides:       golang("%{import_path}") = %{version}-%{release}
+Provides:       golang(%{import_path}) = %{version}-%{release}
 
 %description devel
 Pty is a Go package for using UNIX pseudo-terminals.
@@ -51,6 +51,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.15.git3b1f648
+- removed double quotes from provides
+
 * Tue Oct 08 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.14.git3b1f648
 - noarch for f19+ and rhel7+, exclusivearch otherwise
 


More information about the scm-commits mailing list