From 2086442b03857d24f4b7458acb09c37d43fd60b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Wed, 14 Jun 2023 11:29:14 +0200 Subject: [PATCH] Pin on working qpid-proton There has been introduced change or bug in qpid-proton, which makes connector malfunctioning. More info: https://github.com/infrawatch/apputils/issues/27 --- golang-github-infrawatch-apputils.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/golang-github-infrawatch-apputils.spec b/golang-github-infrawatch-apputils.spec index 3b78f1e..f6ba9c4 100644 --- a/golang-github-infrawatch-apputils.spec +++ b/golang-github-infrawatch-apputils.spec @@ -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 - 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 - 0.5-1.git4ffa970 - Add interval to duration converter