Skip to content

Commit

Permalink
Pin on working qpid-proton
Browse files Browse the repository at this point in the history
There has been introduced change or bug in qpid-proton, which makes
connector malfunctioning.

More info: infrawatch/apputils#27
  • Loading branch information
paramite committed Jun 14, 2023
1 parent d74ea88 commit 2086442
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions golang-github-infrawatch-apputils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2086442

Please sign in to comment.