summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-10-03 15:34:20 -0700
committerEd Marshall <esm@logic.net>2017-10-03 15:34:20 -0700
commit3162efcf05fc0f54a2598f6f163cb503493cd0e3 (patch)
tree59a6c6391d2f0673bb9e2d8026d5a909a98f4089
parent45bdee4a2ccc373ec94c1b889a202a9f25481b68 (diff)
downloadgolang-github-keybase-go-crypto-master.tar.gz
golang-github-keybase-go-crypto-master.tar.xz
golang-github-keybase-go-crypto-master.zip
Update to latest and incorporate review feedbackHEADmaster
-rw-r--r--golang-github-keybase-go-crypto.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/golang-github-keybase-go-crypto.spec b/golang-github-keybase-go-crypto.spec
index 71f1ac7..667d0c4 100644
--- a/golang-github-keybase-go-crypto.spec
+++ b/golang-github-keybase-go-crypto.spec
@@ -37,12 +37,13 @@
# https://github.com/keybase/go-crypto
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
-%global commit 8797e6a9bc6f90ec8b7b80f88fb63acc7040f5ad
+%global commit 433e2f3d43ef1bd31387582a899389b2fbe2005e
+%global commitdate 20170628
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 0.1.%{commitdate}git%{shortcommit}%{?dist}
Summary: Supplementary Go cryptography libraries (Keybase fork)
# Detected licences
# - BSD (3 clause) at 'LICENSE'
@@ -66,10 +67,8 @@ Summary: %{summary}
BuildArch: noarch
%if 0%{?with_check} && ! 0%{?with_bundled}
-BuildRequires: golang(github.com/agl/ed25519)
%endif
-Requires: golang(github.com/agl/ed25519)
Provides: golang(%{import_path}/bcrypt) = %{version}-%{release}
Provides: golang(%{import_path}/blowfish) = %{version}-%{release}
@@ -77,6 +76,7 @@ Provides: golang(%{import_path}/bn256) = %{version}-%{release}
Provides: golang(%{import_path}/brainpool) = %{version}-%{release}
Provides: golang(%{import_path}/cast5) = %{version}-%{release}
Provides: golang(%{import_path}/curve25519) = %{version}-%{release}
+Provides: golang(%{import_path}/ed25519) = %{version}-%{release}
Provides: golang(%{import_path}/hkdf) = %{version}-%{release}
Provides: golang(%{import_path}/md4) = %{version}-%{release}
Provides: golang(%{import_path}/nacl/box) = %{version}-%{release}
@@ -204,6 +204,7 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%gotest %{import_path}/brainpool
%gotest %{import_path}/cast5
%gotest %{import_path}/curve25519
+%gotest %{import_path}/ed25519
%gotest %{import_path}/hkdf
%gotest %{import_path}/md4
%gotest %{import_path}/nacl/box
@@ -254,5 +255,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git8797e6a
+* Sat Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170628git433e2f3
- First package for Fedora