From 92f6ecf6894eaf93f6db8b6b048ac25a9724e555 Mon Sep 17 00:00:00 2001 From: Ed Marshall Date: Tue, 3 Oct 2017 15:16:21 -0700 Subject: Update based on review --- golang-github-streadway-amqp.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/golang-github-streadway-amqp.spec b/golang-github-streadway-amqp.spec index e235f08..4c88d12 100644 --- a/golang-github-streadway-amqp.spec +++ b/golang-github-streadway-amqp.spec @@ -37,12 +37,13 @@ # https://github.com/streadway/amqp %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit ce1c69d94c3efdb1f287015f851b17db8fa205b1 +%global commit cefed15a0bd808d13947f228770a81b06ebe8e45 +%global commitdate 20170926 %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: Go client for AMQP 0.9.1 with RabbitMQ extensions # Detected licences # - BSD (2 clause) at 'LICENSE' @@ -180,5 +181,5 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog -* Sat Mar 04 2017 Ed Marshall - 0-0.1.gitce1c69d +* Sat Oct 03 2017 Ed Marshall - 0-0.1.20170926gitcefed15 - First package for Fedora -- cgit