# Generated by go2rpm 1 %bcond_without check # https://github.com/Azure/azure-amqp-common-go %global goipath github.com/Azure/azure-amqp-common-go Version: 3.1.0 %gometa %global goaltipaths github.com/Azure/azure-amqp-common-go/v3 %global common_description %{expand: Azure AMQP abstractions for Golang contains common types and interfaces for use in Service Bus and Event Hubs. This project contains reusable components for AMQP based services like Event Hub and Service Bus. You will find abstractions over authentication, claims-based security, connection string parsing and RPC for AMQP.} %global golicenses LICENSE %global godocs README.md changelog.md Name: %{goname} Release: 8%{?dist} Summary: Common types and interfaces for Service Bus and Event Hubs License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/Azure/go-amqp) BuildRequires: golang(github.com/Azure/go-autorest/autorest/adal) BuildRequires: golang(github.com/Azure/go-autorest/autorest/azure) BuildRequires: golang(github.com/devigned/tab) BuildRequires: golang(golang.org/x/crypto/pkcs12) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 3.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Maxwell G - 3.1.0-7 - Rebuild to fix FTBFS * Thu Jul 21 2022 Fedora Release Engineering - 3.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin - 3.1.0-5 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering - 3.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 3.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 15 07:27:34 CET 2020 Robert-André Mauchin - 3.1.0-1 - Update to 3.1.0 - Close: rhbz#1867014 * Mon Jul 27 2020 Fedora Release Engineering - 3.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 23 21:59:23 CEST 2020 Robert-André Mauchin - 3.0.0-3 - Add alternative import path * Tue Jan 28 22:29:17 CET 2020 Robert-André Mauchin - 3.0.0-1 - Update to 3.0.0 * Tue Jan 28 2020 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Aug 20 19:53:56 CEST 2019 Robert-André Mauchin - 2.1.0-1 - Initial package