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 0-0.4.hg364fb577de68 +- removed double quotes from provides + * Mon Oct 14 2013 Lokesh Mandvekar 0-0.3.hg364fb577de68 - devel description update