summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Marshall <esm@logic.net>2017-10-03 15:37:49 -0700
committerEd Marshall <esm@logic.net>2017-10-03 15:37:49 -0700
commit7b3d2bd8235faf5e7406d2d80595a73bede35a1f (patch)
tree6a5d905bfb5cb36b0558edbde72b6a74b5576471
parentf1326c974c56256fa69e0c6acedcb7151520542c (diff)
downloadgolang-github-hashicorp-go-rootcerts-7b3d2bd8235faf5e7406d2d80595a73bede35a1f.tar.gz
golang-github-hashicorp-go-rootcerts-7b3d2bd8235faf5e7406d2d80595a73bede35a1f.tar.xz
golang-github-hashicorp-go-rootcerts-7b3d2bd8235faf5e7406d2d80595a73bede35a1f.zip
Update based on reviewHEADmaster
-rw-r--r--golang-github-hashicorp-go-rootcerts.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/golang-github-hashicorp-go-rootcerts.spec b/golang-github-hashicorp-go-rootcerts.spec
index 1b8208d..b9cc2e8 100644
--- a/golang-github-hashicorp-go-rootcerts.spec
+++ b/golang-github-hashicorp-go-rootcerts.spec
@@ -38,11 +38,12 @@
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit 6bb64b370b90e7ef1fa532be9e591a81c3493e00
+%global commitdate 20160503
%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: Functions for loading root certificates for TLS connections
# Detected licences
# - *No copyright* MPL (v2.0) at 'LICENSE'
@@ -184,5 +185,5 @@ popd
%endif
%changelog
-* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git6bb64b3
+* Sat oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20160503git6bb64b3
- First package for Fedora