From 2831db32a5bf20e1fbc33ca12065ea2fc4321f3c Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Tue, 3 Oct 2017 14:12:40 -0700 Subject: Fix review feedback --- golang-github-jefferai-jsonx.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/golang-github-jefferai-jsonx.spec b/golang-github-jefferai-jsonx.spec index 5811d06..217231d 100644 --- a/golang-github-jefferai-jsonx.spec +++ b/golang-github-jefferai-jsonx.spec @@ -39,10 +39,11 @@ %global import_path %{provider_prefix} %global commit 9cc31c3135eef39b8e72585f37efa92b6ca314d0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20160722 Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.1.git%{shortcommit}%{?dist} +Release: 0.1.%{commitdate}git%{shortcommit}%{?dist} Summary: Go (golang) library to transform JSON into JSONx # Detected licences # - *No copyright* MPL (v2.0) at 'LICENSE' @@ -182,5 +183,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog -* Sat Mar 04 2017 Ed Marshall - 0-0.1.git9cc31c3 +* Sat Oct 03 2017 Ed Marshall - 0-0.1.20160722git9cc31c3 - First package for Fedora -- cgit