From 1f86345b0ee10c35530c1433dc06dbf1d2059f45 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Oct 08 2015 21:04:40 +0000 Subject: Fix sed for import path - related: #1231618 --- diff --git a/golang-googlecode-go-crypto.spec b/golang-googlecode-go-crypto.spec index 979d1c2..dc2d0e0 100644 --- a/golang-googlecode-go-crypto.spec +++ b/golang-googlecode-go-crypto.spec @@ -43,7 +43,7 @@ Name: golang-googlecode-go-crypto Version: 0 -Release: 0.6.git%{shortcommit}%{?dist} +Release: 0.7.git%{shortcommit}%{?dist} Summary: Supplementary Go cryptography libraries License: BSD URL: https://%{provider_prefix} @@ -216,7 +216,7 @@ for ext in go s; do done done pushd %{buildroot}/%{gopath}/src/%{gc_import_path} -sed -i 's/"golang\.org\/x\/crypto/"code\.google\.com\/p\/crypto/g' \ +sed -i 's/"golang\.org\/x\/crypto/"code\.google\.com\/p\/go\.crypto/g' \ $(find . -name '*.go') popd %endif @@ -304,6 +304,10 @@ gotest %{import_path}/xts %endif %changelog +* Thu Oct 08 2015 jchaloup - 0-0.7.gitc57d4a7 +- Fix sed for import path + related: #1231618 + * Thu Aug 20 2015 jchaloup - 0-0.6.gitc57d4a7 - Choose the correct devel subpackage related: #1231618