From 7b3d2bd8235faf5e7406d2d80595a73bede35a1f Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Tue, 3 Oct 2017 15:37:49 -0700 Subject: Update based on review --- golang-github-hashicorp-go-rootcerts.spec | 5 +++-- 1 file 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 - 0-0.1.git6bb64b3 +* Sat oct 03 2017 Ed Marshall - 0-0.1.20160503git6bb64b3 - First package for Fedora -- cgit