Skip to content

Commit

Permalink
Merge pull request #3 from centos-opstools/reconnect2
Browse files Browse the repository at this point in the history
v0.6
  • Loading branch information
paramite authored Jun 9, 2023
2 parents e60a351 + d74ea88 commit c9fc32d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions golang-github-infrawatch-apputils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%global goorg infrawatch
%global goproject apputils
%global goipath %{gohost}.%{gosuffix}/%{goorg}/%{goproject}
%global commit 4ffa97060af814fe6370e7ac2054a3ab72b1b375
%global commit 0c90918c3e1e16cb1ba6bb1834890f8b4ed8ad7f
%global shortcommit %(c=%{commit}; echo ${c:0:7})

%gometa
Expand All @@ -18,7 +18,7 @@ Shared library for infrawatch golang components.}
%global godocs README.md

Name: golang-%{gohost}-%{goorg}-%{goproject}
Version: 0.5
Version: 0.6
Release: 1%{?dist}
Summary: Shared library for infrawatch golang components

Expand Down Expand Up @@ -78,6 +78,10 @@ done
%doc README.md

%changelog
* Thu Jun 08 2023 Martin Magr <[email protected]> - 0.6-1.git0c90918
- Additional reconnect case (rhbz#2158781)
- Don't attempt to close Sender on error (rhbz#2179924)

* Tue Feb 28 2023 Martin Magr <[email protected]> - 0.5-1.git4ffa970
- Add interval to duration converter
- Improve AMQP-1.0 transport
Expand Down

0 comments on commit c9fc32d

Please sign in to comment.