-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from centos-opstools/reconnect2
Pin on working qpid-proton
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,8 @@ Source0: https://%{goipath}/archive/v%{version}.tar.gz#/%{goproject}-v%{v | |
|
||
BuildRequires: golang(github.com/go-ini/ini) | ||
BuildRequires: golang(github.com/streadway/amqp) | ||
BuildRequires: golang(github.com/apache/qpid-proton/go/pkg/amqp) | ||
BuildRequires: golang(github.com/apache/qpid-proton/go/pkg/electron) | ||
BuildRequires: golang(github.com/apache/qpid-proton/go/pkg/amqp) <= 0.34.0 | ||
BuildRequires: golang(github.com/apache/qpid-proton/go/pkg/electron)<= 0.34.0 | ||
BuildRequires: golang(github.com/stretchr/testify/assert) | ||
|
||
Requires: golang(github.com/go-ini/ini) | ||
|
@@ -81,6 +81,7 @@ done | |
* 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) | ||
- PIN on working qpid-proton (github.com/infrawatch/apputils/issues/27) | ||
|
||
* Tue Feb 28 2023 Martin Magr <[email protected]> - 0.5-1.git4ffa970 | ||
- Add interval to duration converter | ||
|