diff options
author | Ed Marshall <esm@logic.net> | 2017-10-03 15:16:21 -0700 |
---|---|---|
committer | Ed Marshall <esm@logic.net> | 2017-10-03 15:16:21 -0700 |
commit | 92f6ecf6894eaf93f6db8b6b048ac25a9724e555 (patch) | |
tree | 61ddb95580a1fb02e910cd47791d92e9cdaf313d | |
parent | 2f9551e84a38176ae892533b03e9912d4aec9d43 (diff) | |
download | golang-github-streadway-amqp-92f6ecf6894eaf93f6db8b6b048ac25a9724e555.tar.gz golang-github-streadway-amqp-92f6ecf6894eaf93f6db8b6b048ac25a9724e555.tar.xz golang-github-streadway-amqp-92f6ecf6894eaf93f6db8b6b048ac25a9724e555.zip |
Update based on review
-rw-r--r-- | golang-github-streadway-amqp.spec | 7 |
1 files 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 <esm@logic.net> - 0-0.1.gitce1c69d +* Sat Oct 03 2017 Ed Marshall <esm@logic.net> - 0-0.1.20170926gitcefed15 - First package for Fedora |