From 30f3d48a3736a446a996bb1f0c3ae2928850209f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Oct 17 2013 04:20:54 +0000 Subject: removed double quotes from Provides Signed-off-by: Lokesh Mandvekar --- 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 0-0.15.git3b1f648 +- removed double quotes from provides + * Tue Oct 08 2013 Lokesh Mandvekar 0-0.14.git3b1f648 - noarch for f19+ and rhel7+, exclusivearch otherwise